#B2A473

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

Shades of Hillary #B2A473

Tints of Hillary #B2A473

Color information

#B2A473 (or 0xB2A473) is unknown color: approx Hillary. HEX triplet: B2, A4 and 73. RGB value is (178,164,115). Sum of RGB (Red+Green+Blue) = 178+164+115=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A473 is #4D5B8C. Grayscale: #A2A2A2. Windows color (decimal): -5069709 or 7578802. OLE color: 7578802.

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

Color convert

RGB178164115-
CMYK00.080.350.30
HSL46.67º29.03%57.45%-
HSV(B)46.67º35.39%69.8%-
XYZ34.7337.2521.58-
YUV162.6101.14138.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=38.95%
G=35.89%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816411500.080.350.3046.6729.0357.45
HexB2A47308231E2f1d39
Octal2622441630104336573571
Binary10110010101001001110011010001000111111010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A473; }

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

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

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

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

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

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

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

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