#B0A475

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

Shades of Hillary #B0A475

Tints of Hillary #B0A475

Color information

#B0A475 (or 0xB0A475) is unknown color: approx Hillary. HEX triplet: B0, A4 and 75. RGB value is (176,164,117). Sum of RGB (Red+Green+Blue) = 176+164+117=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A475 is #4F5B8A. Grayscale: #A2A2A2. Windows color (decimal): -5200779 or 7709872. OLE color: 7709872.

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

Color convert

RGB176164117-
CMYK00.070.340.31
HSL47.8º27.19%57.45%-
HSV(B)47.8º33.52%69.02%-
XYZ34.3937.0722.17-
YUV162.23102.48137.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=38.51%
G=35.89%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616411700.070.340.3147.827.1957.45
HexB0A47507221F301b39
Octal260244165074237603371
Binary1011000010100100111010101111000101111111000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A475; }

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

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

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

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

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

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

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

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