#B4A776

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

Shades of Hillary #B4A776

Tints of Hillary #B4A776

Color information

#B4A776 (or 0xB4A776) is unknown color: approx Hillary. HEX triplet: B4, A7 and 76. RGB value is (180,167,118). Sum of RGB (Red+Green+Blue) = 180+167+118=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A776 is #4B5889. Grayscale: #A5A5A5. Windows color (decimal): -4937866 or 7776180. OLE color: 7776180.

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

Color convert

RGB180167118-
CMYK00.070.340.29
HSL47.42º29.25%58.43%-
HSV(B)47.42º34.44%70.59%-
XYZ35.9138.6522.71-
YUV165.3101.31138.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=38.71%
G=35.91%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016711800.070.340.2947.4229.2558.43
HexB4A77607221D2f1d3a
Octal264247166074235573572
Binary1011010010100111111011001111000101110110111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A776; }

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

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

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

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

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

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

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

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