#B9A84F

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

Shades of Sundance #B9A84F

Tints of Sundance #B9A84F

Color information

#B9A84F (or 0xB9A84F) is unknown color: approx Sundance. HEX triplet: B9, A8 and 4F. RGB value is (185,168,79). Sum of RGB (Red+Green+Blue) = 185+168+79=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A84F is #4657B0. Grayscale: #A3A3A3. Windows color (decimal): -4609969 or 5220537. OLE color: 5220537.

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

Color convert

RGB18516879-
CMYK00.090.570.27
HSL50.38º43.09%51.76%-
HSV(B)50.38º57.3%72.55%-
XYZ35.4238.8813.04-
YUV162.9480.63143.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 79 (31.25% from 255) = 18.29%
R=42.82%
G=38.89%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851687900.090.570.2750.3843.0951.76
HexB9A84F09391B322b34
Octal2712501170117133625364
Binary101110011010100010011110100111100111011110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A84F; }

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

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

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

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

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

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

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

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