#b3a175

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

Shades of Hillary #B3A175

Tints of Hillary #B3A175

Color information

#B3A175 (or 0xB3A175) is unknown color: approx Hillary. HEX triplet: B3, A1 and 75. RGB value is (179,161,117). Sum of RGB (Red+Green+Blue) = 179+161+117=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A175 is #4C5E8A. Grayscale: #A1A1A1. Windows color (decimal): -5004939 or 7709107. OLE color: 7709107.

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

Color convert

RGB179161117-
CMYK00.100.350.30
HSL42.58º28.97%58.04%-
HSV(B)42.58º34.64%70.2%-
XYZ34.5536.3622.03-
YUV161.37102.96140.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=39.17%
G=35.23%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916111700.100.350.3042.5828.9758.04
HexB3A1750A231E2b1d3a
Octal2632411650124336533572
Binary10110011101000011110101010101000111111010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3a175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3a175; }

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

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

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

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

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

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

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

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