#B4A076

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

Shades of Hillary #B4A076

Tints of Hillary #B4A076

Color information

#B4A076 (or 0xB4A076) is unknown color: approx Hillary. HEX triplet: B4, A0 and 76. RGB value is (180,160,118). Sum of RGB (Red+Green+Blue) = 180+160+118=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A076 is #4B5F89. Grayscale: #A1A1A1. Windows color (decimal): -4939658 or 7774388. OLE color: 7774388.

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

Color convert

RGB180160118-
CMYK00.110.340.29
HSL40.65º29.25%58.43%-
HSV(B)40.65º34.44%70.59%-
XYZ34.6636.1522.29-
YUV161.19103.63141.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=39.30%
G=34.93%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016011800.110.340.2940.6529.2558.43
HexB4A0760B221D291d3a
Octal2642401660134235513572
Binary10110100101000001110110010111000101110110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A076; }

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

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

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

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

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

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

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

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