#B0A079

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

Shades of Hillary #B0A079

Tints of Hillary #B0A079

Color information

#B0A079 (or 0xB0A079) is unknown color: approx Hillary. HEX triplet: B0, A0 and 79. RGB value is (176,160,121). Sum of RGB (Red+Green+Blue) = 176+160+121=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A079 is #4F5F86. Grayscale: #A0A0A0. Windows color (decimal): -5201799 or 7970992. OLE color: 7970992.

HSL color Cylindrical-coordinate representation of color #B0A079: hue angle of 42.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0A079 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176160121-
CMYK00.090.310.31
HSL42.55º25.82%58.24%-
HSV(B)42.55º31.25%69.02%-
XYZ33.9335.7523.2-
YUV160.34105.8139.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=38.51%
G=35.01%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616012100.090.310.3142.5525.8258.24
HexB0A079091F1F2b1a3a
Octal2602401710113737533272
Binary1011000010100000111100101001111111111110101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A079; }

 p { color: rgb(176,160,121); }

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

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

 a { background-color: rgb(176,160,121); }

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

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

 span { border-color: rgb(176,160,121); }

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