#B5A476

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

Shades of Hillary #B5A476

Tints of Hillary #B5A476

Color information

#B5A476 (or 0xB5A476) is unknown color: approx Hillary. HEX triplet: B5, A4 and 76. RGB value is (181,164,118). Sum of RGB (Red+Green+Blue) = 181+164+118=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A476 is #4A5B89. Grayscale: #A4A4A4. Windows color (decimal): -4873098 or 7775413. OLE color: 7775413.

HSL color Cylindrical-coordinate representation of color #B5A476: hue angle of 43.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5A476 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181164118-
CMYK00.090.350.29
HSL43.81º29.86%58.63%-
HSV(B)43.81º34.81%70.98%-
XYZ35.637.6822.54-
YUV163.84102.13140.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=39.09%
G=35.42%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116411800.090.350.2943.8129.8658.63
HexB5A47609231D2c1e3b
Octal2652441660114335543673
Binary10110101101001001110110010011000111110110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A476; }

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

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

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

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

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

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

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

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