#B0A574

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

Shades of Hillary #B0A574

Tints of Hillary #B0A574

Color information

#B0A574 (or 0xB0A574) is unknown color: approx Hillary. HEX triplet: B0, A5 and 74. RGB value is (176,165,116). Sum of RGB (Red+Green+Blue) = 176+165+116=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A574 is #4F5A8B. Grayscale: #A2A2A2. Windows color (decimal): -5200524 or 7644592. OLE color: 7644592.

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

Color convert

RGB176165116-
CMYK00.060.340.31
HSL49º27.52%57.25%-
HSV(B)49º34.09%69.02%-
XYZ34.5137.421.92-
YUV162.7101.64137.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=38.51%
G=36.11%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616511600.060.340.314927.5257.25
HexB0A57406221F311c39
Octal260245164064237613471
Binary1011000010100101111010001101000101111111000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A574; }

 p { color: rgb(176,165,116); }

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

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

 a { background-color: rgb(176,165,116); }

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

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

 span { border-color: rgb(176,165,116); }

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