#B0A379

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

Shades of Hillary #B0A379

Tints of Hillary #B0A379

Color information

#B0A379 (or 0xB0A379) is unknown color: approx Hillary. HEX triplet: B0, A3 and 79. RGB value is (176,163,121). Sum of RGB (Red+Green+Blue) = 176+163+121=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A379 is #4F5C86. Grayscale: #A2A2A2. Windows color (decimal): -5201031 or 7971760. OLE color: 7971760.

HSL color Cylindrical-coordinate representation of color #B0A379: hue angle of 45.82º 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 #B0A379 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176163121-
CMYK00.070.310.31
HSL45.82º25.82%58.24%-
HSV(B)45.82º31.25%69.02%-
XYZ34.4536.823.38-
YUV162.1104.81137.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=38.26%
G=35.43%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616312100.070.310.3145.8225.8258.24
HexB0A379071F1F2e1a3a
Octal260243171073737563272
Binary101100001010001111110010111111111111110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A379; }

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

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

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

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

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

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

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

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