#B0A271

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

Shades of Hillary #B0A271

Tints of Hillary #B0A271

Color information

#B0A271 (or 0xB0A271) is unknown color: approx Hillary. HEX triplet: B0, A2 and 71. RGB value is (176,162,113). Sum of RGB (Red+Green+Blue) = 176+162+113=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A271 is #4F5D8E. Grayscale: #A0A0A0. Windows color (decimal): -5201295 or 7447216. OLE color: 7447216.

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

Color convert

RGB176162113-
CMYK00.080.360.31
HSL46.67º28.51%56.67%-
HSV(B)46.67º35.8%69.02%-
XYZ33.8136.2620.84-
YUV160.6101.14138.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=39.02%
G=35.92%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616211300.080.360.3146.6728.5156.67
HexB0A27108241F2f1d39
Octal2602421610104437573571
Binary10110000101000101110001010001001001111110111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A271; }

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

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

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

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

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

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

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

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