#B9A74F

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

Shades of Sundance #B9A74F

Tints of Sundance #B9A74F

Color information

#B9A74F (or 0xB9A74F) is unknown color: approx Sundance. HEX triplet: B9, A7 and 4F. RGB value is (185,167,79). Sum of RGB (Red+Green+Blue) = 185+167+79=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A74F is #4658B0. Grayscale: #A2A2A2. Windows color (decimal): -4610225 or 5220281. OLE color: 5220281.

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

Color convert

RGB18516779-
CMYK00.100.570.27
HSL49.81º43.09%51.76%-
HSV(B)49.81º57.3%72.55%-
XYZ35.2438.5212.97-
YUV162.3580.96144.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 79 (31.25% from 255) = 18.33%
R=42.92%
G=38.75%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851677900.100.570.2749.8143.0951.76
HexB9A74F0A391B322b34
Octal2712471170127133625364
Binary101110011010011110011110101011100111011110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A74F; }

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

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

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

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

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

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

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

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