#B0A873

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

Shades of Hillary #B0A873

Tints of Hillary #B0A873

Color information

#B0A873 (or 0xB0A873) is unknown color: approx Hillary. HEX triplet: B0, A8 and 73. RGB value is (176,168,115). Sum of RGB (Red+Green+Blue) = 176+168+115=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A873 is #4F578C. Grayscale: #A4A4A4. Windows color (decimal): -5199757 or 7579824. OLE color: 7579824.

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

Color convert

RGB176168115-
CMYK00.050.350.31
HSL52.13º27.85%57.06%-
HSV(B)52.13º34.66%69.02%-
XYZ3538.4721.8-
YUV164.35100.15136.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=38.34%
G=36.60%
B=25.05%

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
Decimal17616811500.050.350.3152.1327.8557.06
HexB0A87305231F341c39
Octal260250163054337643471
Binary1011000010101000111001101011000111111111010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A873; }

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

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

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

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

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

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

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

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