#B9A952

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

Shades of Sundance #B9A952

Tints of Sundance #B9A952

Color information

#B9A952 (or 0xB9A952) is unknown color: approx Sundance. HEX triplet: B9, A9 and 52. RGB value is (185,169,82). Sum of RGB (Red+Green+Blue) = 185+169+82=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A952 is #4656AD. Grayscale: #A4A4A4. Windows color (decimal): -4609710 or 5417401. OLE color: 5417401.

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

Color convert

RGB18516982-
CMYK00.090.560.27
HSL50.68º42.39%52.35%-
HSV(B)50.68º55.68%72.55%-
XYZ35.7239.313.69-
YUV163.8781.8143.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=42.43%
G=38.76%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851698200.090.560.2750.6842.3952.35
HexB9A95209381B332a34
Octal2712511220117033635264
Binary101110011010100110100100100111100011011110011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A952; }

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

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

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

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

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

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

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

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