#B8AA51

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

Shades of Sundance #B8AA51

Tints of Sundance #B8AA51

Color information

#B8AA51 (or 0xB8AA51) is unknown color: approx Sundance. HEX triplet: B8, AA and 51. RGB value is (184,170,81). Sum of RGB (Red+Green+Blue) = 184+170+81=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA51 is #4755AE. Grayscale: #A4A4A4. Windows color (decimal): -4674991 or 5352120. OLE color: 5352120.

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

Color convert

RGB18417081-
CMYK00.080.560.28
HSL51.84º42.04%51.96%-
HSV(B)51.84º55.98%72.16%-
XYZ35.6339.5313.54-
YUV164.0481.14142.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 81 (32.03% from 255) = 18.62%
R=42.30%
G=39.08%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841708100.080.560.2851.8442.0451.96
HexB8AA5108381C342a34
Octal2702521210107034645264
Binary101110001010101010100010100011100011100110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AA51; }

 p { color: rgb(184,170,81); }

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

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

 a { background-color: rgb(184,170,81); }

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

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

 span { border-color: rgb(184,170,81); }

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