#B0A772

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

Shades of Hillary #B0A772

Tints of Hillary #B0A772

Color information

#B0A772 (or 0xB0A772) is unknown color: approx Hillary. HEX triplet: B0, A7 and 72. RGB value is (176,167,114). Sum of RGB (Red+Green+Blue) = 176+167+114=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A772 is #4F588D. Grayscale: #A3A3A3. Windows color (decimal): -5200014 or 7514032. OLE color: 7514032.

HSL color Cylindrical-coordinate representation of color #B0A772: hue angle of 51.29º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0A772 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176167114-
CMYK00.050.350.31
HSL51.29º28.18%56.86%-
HSV(B)51.29º35.23%69.02%-
XYZ34.7638.0821.44-
YUV163.6599.98136.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=38.51%
G=36.54%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616711400.050.350.3151.2928.1856.86
HexB0A77205231F331c39
Octal260247162054337633471
Binary1011000010100111111001001011000111111111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A772; }

 p { color: rgb(176,167,114); }

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

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

 a { background-color: rgb(176,167,114); }

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

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

 span { border-color: rgb(176,167,114); }

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