#B9AC50

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

Shades of Sundance #B9AC50

Tints of Sundance #B9AC50

Color information

#B9AC50 (or 0xB9AC50) is unknown color: approx Sundance. HEX triplet: B9, AC and 50. RGB value is (185,172,80). Sum of RGB (Red+Green+Blue) = 185+172+80=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC50 is #4653AF. Grayscale: #A5A5A5. Windows color (decimal): -4608944 or 5287097. OLE color: 5287097.

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

Color convert

RGB18517280-
CMYK00.070.570.27
HSL52.57º42.86%51.96%-
HSV(B)52.57º56.76%72.55%-
XYZ36.2140.413.48-
YUV165.479.81141.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 80 (31.64% from 255) = 18.31%
R=42.33%
G=39.36%
B=18.31%

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
Decimal1851728000.070.570.2752.5742.8651.96
HexB9AC5007391B352b34
Octal271254120077133655364
Binary10111001101011001010000011111100111011110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC50; }

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

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

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

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

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

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

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

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