#B9AC52

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

Shades of Sundance #B9AC52

Tints of Sundance #B9AC52

Color information

#B9AC52 (or 0xB9AC52) is unknown color: approx Sundance. HEX triplet: B9, AC and 52. RGB value is (185,172,82). Sum of RGB (Red+Green+Blue) = 185+172+82=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC52 is #4653AD. Grayscale: #A6A6A6. Windows color (decimal): -4608942 or 5418169. OLE color: 5418169.

HSL color Cylindrical-coordinate representation of color #B9AC52: hue angle of 52.43º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9AC52 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18517282-
CMYK00.070.560.27
HSL52.43º42.39%52.35%-
HSV(B)52.43º55.68%72.55%-
XYZ36.2840.4313.87-
YUV165.6380.81141.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=42.14%
G=39.18%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851728200.070.560.2752.4342.3952.35
HexB9AC5207381B342a34
Octal271254122077033645264
Binary10111001101011001010010011111100011011110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC52; }

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

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

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

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

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

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

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

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