#B0A175

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

Shades of Hillary #B0A175

Tints of Hillary #B0A175

Color information

#B0A175 (or 0xB0A175) is unknown color: approx Hillary. HEX triplet: B0, A1 and 75. RGB value is (176,161,117). Sum of RGB (Red+Green+Blue) = 176+161+117=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A175 is #4F5E8A. Grayscale: #A0A0A0. Windows color (decimal): -5201547 or 7709104. OLE color: 7709104.

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

Color convert

RGB176161117-
CMYK00.090.340.31
HSL44.75º27.19%57.45%-
HSV(B)44.75º33.52%69.02%-
XYZ33.863621.99-
YUV160.47103.47139.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=38.77%
G=35.46%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616111700.090.340.3144.7527.1957.45
HexB0A17509221F2d1b39
Octal2602411650114237553371
Binary10110000101000011110101010011000101111110110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A175; }

 p { color: rgb(176,161,117); }

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

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

 a { background-color: rgb(176,161,117); }

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

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

 span { border-color: rgb(176,161,117); }

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