#B0A871

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

Shades of Hillary #B0A871

Tints of Hillary #B0A871

Color information

#B0A871 (or 0xB0A871) is unknown color: approx Hillary. HEX triplet: B0, A8 and 71. RGB value is (176,168,113). Sum of RGB (Red+Green+Blue) = 176+168+113=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A871 is #4F578E. Grayscale: #A4A4A4. Windows color (decimal): -5199759 or 7448752. OLE color: 7448752.

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

Color convert

RGB176168113-
CMYK00.050.360.31
HSL52.38º28.51%56.67%-
HSV(B)52.38º35.8%69.02%-
XYZ34.8938.4321.2-
YUV164.1299.15136.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=38.51%
G=36.76%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616811300.050.360.3152.3828.5156.67
HexB0A87105241F341d39
Octal260250161054437643571
Binary1011000010101000111000101011001001111111010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A871; }

 p { color: rgb(176,168,113); }

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

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

 a { background-color: rgb(176,168,113); }

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

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

 span { border-color: rgb(176,168,113); }

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