#B9AB4F

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

Shades of Sundance #B9AB4F

Tints of Sundance #B9AB4F

Color information

#B9AB4F (or 0xB9AB4F) is unknown color: approx Sundance. HEX triplet: B9, AB and 4F. RGB value is (185,171,79). Sum of RGB (Red+Green+Blue) = 185+171+79=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB4F is #4654B0. Grayscale: #A5A5A5. Windows color (decimal): -4609201 or 5221305. OLE color: 5221305.

HSL color Cylindrical-coordinate representation of color #B9AB4F: hue angle of 52.08º 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 #B9AB4F is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18517179-
CMYK00.080.570.27
HSL52.08º43.09%51.76%-
HSV(B)52.08º57.3%72.55%-
XYZ35.984013.22-
YUV164.779.64142.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 79 (31.25% from 255) = 18.16%
R=42.53%
G=39.31%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851717900.080.570.2752.0843.0951.76
HexB9AB4F08391B342b34
Octal2712531170107133645364
Binary101110011010101110011110100011100111011110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB4F; }

 p { color: rgb(185,171,79); }

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

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

 a { background-color: rgb(185,171,79); }

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

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

 span { border-color: rgb(185,171,79); }

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