#B4A476

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

Shades of Hillary #B4A476

Tints of Hillary #B4A476

Color information

#B4A476 (or 0xB4A476) is unknown color: approx Hillary. HEX triplet: B4, A4 and 76. RGB value is (180,164,118). Sum of RGB (Red+Green+Blue) = 180+164+118=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A476 is #4B5B89. Grayscale: #A3A3A3. Windows color (decimal): -4938634 or 7775412. OLE color: 7775412.

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

Color convert

RGB180164118-
CMYK00.090.340.29
HSL44.52º29.25%58.43%-
HSV(B)44.52º34.44%70.59%-
XYZ35.3737.5622.53-
YUV163.54102.3139.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=38.96%
G=35.50%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016411800.090.340.2944.5229.2558.43
HexB4A47609221D2d1d3a
Octal2642441660114235553572
Binary10110100101001001110110010011000101110110110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A476; }

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

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

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

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

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

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

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

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