#B9A550

Color #B9A550 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #B9A550

Tints of Sundance #B9A550

Color information

#B9A550 (or 0xB9A550) is unknown color: approx Sundance. HEX triplet: B9, A5 and 50. RGB value is (185,165,80). Sum of RGB (Red+Green+Blue) = 185+165+80=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A550 is #465AAF. Grayscale: #A1A1A1. Windows color (decimal): -4610736 or 5285305. OLE color: 5285305.

HSL color Cylindrical-coordinate representation of color #B9A550: hue angle of 48.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9A550 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18516580-
CMYK00.110.570.27
HSL48.57º42.86%51.96%-
HSV(B)48.57º56.76%72.55%-
XYZ34.9137.813.05-
YUV161.2982.13144.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=43.02%
G=38.37%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851658000.110.570.2748.5742.8651.96
HexB9A5500B391B312b34
Octal2712451200137133615364
Binary101110011010010110100000101111100111011110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A550; }

 p { color: rgb(185,165,80); }

 H1.HeaderClassName
 {
   color: #B9A550;
 }
 .AnyTagClassName
 {
   color: #B9A550;
 }
</style>
background-color css

<style>
 a { background-color: #B9A550; }

 a { background-color: rgb(185,165,80); }

 div.DivClassName
 {
   background-color: #B9A550;
 }
 .BgClassName
 {
   background-color: #B9A550;
 }
</style>
border-color css

<style>
 span { border-color: #B9A550; }

 span { border-color: rgb(185,165,80); }

 td.TdClassName
 {
   border-color: #B9A550;
 }
 .TagClassName
 {
   border-color: #B9A550;
 }
</style>