#B5A175

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

Shades of Hillary #B5A175

Tints of Hillary #B5A175

Color information

#B5A175 (or 0xB5A175) is unknown color: approx Hillary. HEX triplet: B5, A1 and 75. RGB value is (181,161,117). Sum of RGB (Red+Green+Blue) = 181+161+117=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A175 is #4A5E8A. Grayscale: #A2A2A2. Windows color (decimal): -4873867 or 7709109. OLE color: 7709109.

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

Color convert

RGB181161117-
CMYK00.110.350.29
HSL41.25º30.19%58.43%-
HSV(B)41.25º35.36%70.98%-
XYZ35.0136.622.05-
YUV161.96102.63141.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=39.43%
G=35.08%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116111700.110.350.2941.2530.1958.43
HexB5A1750B231D291e3a
Octal2652411650134335513672
Binary10110101101000011110101010111000111110110100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A175; }

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

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

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

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

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

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

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

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