#B2A372

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

Shades of Hillary #B2A372

Tints of Hillary #B2A372

Color information

#B2A372 (or 0xB2A372) is unknown color: approx Hillary. HEX triplet: B2, A3 and 72. RGB value is (178,163,114). Sum of RGB (Red+Green+Blue) = 178+163+114=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A372 is #4D5C8D. Grayscale: #A2A2A2. Windows color (decimal): -5069966 or 7513010. OLE color: 7513010.

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

Color convert

RGB178163114-
CMYK00.080.360.30
HSL45.94º29.36%57.25%-
HSV(B)45.94º35.96%69.8%-
XYZ34.4936.8721.22-
YUV161.9100.97139.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=39.12%
G=35.82%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816311400.080.360.3045.9429.3657.25
HexB2A37208241E2e1d39
Octal2622431620104436563571
Binary10110010101000111110010010001001001111010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A372; }

 p { color: rgb(178,163,114); }

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

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

 a { background-color: rgb(178,163,114); }

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

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

 span { border-color: rgb(178,163,114); }

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