#B0A673

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

Shades of Hillary #B0A673

Tints of Hillary #B0A673

Color information

#B0A673 (or 0xB0A673) is unknown color: approx Hillary. HEX triplet: B0, A6 and 73. RGB value is (176,166,115). Sum of RGB (Red+Green+Blue) = 176+166+115=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A673 is #4F598C. Grayscale: #A3A3A3. Windows color (decimal): -5200269 or 7579312. OLE color: 7579312.

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

Color convert

RGB176166115-
CMYK00.060.350.31
HSL50.16º27.85%57.06%-
HSV(B)50.16º34.66%69.02%-
XYZ34.6437.7421.68-
YUV163.18100.81137.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=38.51%
G=36.32%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616611500.060.350.3150.1627.8557.06
HexB0A67306231F321c39
Octal260246163064337623471
Binary1011000010100110111001101101000111111111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A673; }

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

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

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

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

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

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

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

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