#B9AC4F

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

Shades of Sundance #B9AC4F

Tints of Sundance #B9AC4F

Color information

#B9AC4F (or 0xB9AC4F) is unknown color: approx Sundance. HEX triplet: B9, AC and 4F. RGB value is (185,172,79). Sum of RGB (Red+Green+Blue) = 185+172+79=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC4F is #4653B0. Grayscale: #A5A5A5. Windows color (decimal): -4608945 or 5221561. OLE color: 5221561.

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

Color convert

RGB18517279-
CMYK00.070.570.27
HSL52.64º43.09%51.76%-
HSV(B)52.64º57.3%72.55%-
XYZ36.1740.3813.29-
YUV165.2879.31142.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 79 (31.25% from 255) = 18.12%
R=42.43%
G=39.45%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851727900.070.570.2752.6443.0951.76
HexB9AC4F07391B352b34
Octal271254117077133655364
Binary10111001101011001001111011111100111011110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC4F; }

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

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

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

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

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

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

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

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