#B4A576

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

Shades of Hillary #B4A576

Tints of Hillary #B4A576

Color information

#B4A576 (or 0xB4A576) is unknown color: approx Hillary. HEX triplet: B4, A5 and 76. RGB value is (180,165,118). Sum of RGB (Red+Green+Blue) = 180+165+118=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A576 is #4B5A89. Grayscale: #A4A4A4. Windows color (decimal): -4938378 or 7775668. OLE color: 7775668.

HSL color Cylindrical-coordinate representation of color #B4A576: hue angle of 45.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A576 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180165118-
CMYK00.080.340.29
HSL45.48º29.25%58.43%-
HSV(B)45.48º34.44%70.59%-
XYZ35.5537.9222.59-
YUV164.13101.97139.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=38.88%
G=35.64%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016511800.080.340.2945.4829.2558.43
HexB4A57608221D2d1d3a
Octal2642451660104235553572
Binary10110100101001011110110010001000101110110110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A576; }

 p { color: rgb(180,165,118); }

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

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

 a { background-color: rgb(180,165,118); }

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

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

 span { border-color: rgb(180,165,118); }

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