#B7AA51

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

Shades of Sundance #B7AA51

Tints of Sundance #B7AA51

Color information

#B7AA51 (or 0xB7AA51) is unknown color: approx Sundance. HEX triplet: B7, AA and 51. RGB value is (183,170,81). Sum of RGB (Red+Green+Blue) = 183+170+81=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA51 is #4855AE. Grayscale: #A4A4A4. Windows color (decimal): -4740527 or 5352119. OLE color: 5352119.

HSL color Cylindrical-coordinate representation of color #B7AA51: hue angle of 52.35º degrees, saturation: 0.41, 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 #B7AA51 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18317081-
CMYK00.070.560.28
HSL52.35º41.46%51.76%-
HSV(B)52.35º55.74%71.76%-
XYZ35.3939.4113.53-
YUV163.7481.31141.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 81 (32.03% from 255) = 18.66%
R=42.17%
G=39.17%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831708100.070.560.2852.3541.4651.76
HexB7AA5107381C342934
Octal267252121077034645164
Binary10110111101010101010001011111100011100110100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA51; }

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

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

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

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

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

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

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

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