#B5A575

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

Shades of Hillary #B5A575

Tints of Hillary #B5A575

Color information

#B5A575 (or 0xB5A575) is unknown color: approx Hillary. HEX triplet: B5, A5 and 75. RGB value is (181,165,117). Sum of RGB (Red+Green+Blue) = 181+165+117=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A575 is #4A5A8A. Grayscale: #A4A4A4. Windows color (decimal): -4872843 or 7710133. OLE color: 7710133.

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

Color convert

RGB181165117-
CMYK00.090.350.29
HSL45º30.19%58.43%-
HSV(B)45º35.36%70.98%-
XYZ35.7238.0222.29-
YUV164.31101.3139.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=39.09%
G=35.64%
B=25.27%

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
Decimal18116511700.090.350.294530.1958.43
HexB5A57509231D2d1e3a
Octal2652451650114335553672
Binary10110101101001011110101010011000111110110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A575; }

 p { color: rgb(181,165,117); }

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

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

 a { background-color: rgb(181,165,117); }

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

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

 span { border-color: rgb(181,165,117); }

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