#B0A273

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

Shades of Hillary #B0A273

Tints of Hillary #B0A273

Color information

#B0A273 (or 0xB0A273) is unknown color: approx Hillary. HEX triplet: B0, A2 and 73. RGB value is (176,162,115). Sum of RGB (Red+Green+Blue) = 176+162+115=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A273 is #4F5D8C. Grayscale: #A1A1A1. Windows color (decimal): -5201293 or 7578288. OLE color: 7578288.

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

Color convert

RGB176162115-
CMYK00.080.350.31
HSL46.23º27.85%57.06%-
HSV(B)46.23º34.66%69.02%-
XYZ33.9236.3121.44-
YUV160.83102.14138.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=38.85%
G=35.76%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616211500.080.350.3146.2327.8557.06
HexB0A27308231F2e1c39
Octal2602421630104337563471
Binary10110000101000101110011010001000111111110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A273; }

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

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

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

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

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

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

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

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