#B2A475

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

Shades of Hillary #B2A475

Tints of Hillary #B2A475

Color information

#B2A475 (or 0xB2A475) is unknown color: approx Hillary. HEX triplet: B2, A4 and 75. RGB value is (178,164,117). Sum of RGB (Red+Green+Blue) = 178+164+117=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A475 is #4D5B8A. Grayscale: #A3A3A3. Windows color (decimal): -5069707 or 7709874. OLE color: 7709874.

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

Color convert

RGB178164117-
CMYK00.080.340.30
HSL46.23º28.37%57.84%-
HSV(B)46.23º34.27%69.8%-
XYZ34.8537.322.19-
YUV162.83102.14138.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=38.78%
G=35.73%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816411700.080.340.3046.2328.3757.84
HexB2A47508221E2e1c3a
Octal2622441650104236563472
Binary10110010101001001110101010001000101111010111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A475; }

 p { color: rgb(178,164,117); }

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

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

 a { background-color: rgb(178,164,117); }

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

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

 span { border-color: rgb(178,164,117); }

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