#B2A872

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

Shades of Hillary #B2A872

Tints of Hillary #B2A872

Color information

#B2A872 (or 0xB2A872) is unknown color: approx Hillary. HEX triplet: B2, A8 and 72. RGB value is (178,168,114). Sum of RGB (Red+Green+Blue) = 178+168+114=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A872 is #4D578D. Grayscale: #A5A5A5. Windows color (decimal): -5068686 or 7514290. OLE color: 7514290.

HSL color Cylindrical-coordinate representation of color #B2A872: hue angle of 50.62º 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 #B2A872 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB178168114-
CMYK00.060.360.30
HSL50.62º29.36%57.25%-
HSV(B)50.62º35.96%69.8%-
XYZ35.438.6921.52-
YUV164.8399.31137.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=38.70%
G=36.52%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816811400.060.360.3050.6229.3657.25
HexB2A87206241E331d39
Octal262250162064436633571
Binary1011001010101000111001001101001001111011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A872; }

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

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

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

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

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

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

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

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