#B2A279

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

Shades of Hillary #B2A279

Tints of Hillary #B2A279

Color information

#B2A279 (or 0xB2A279) is unknown color: approx Hillary. HEX triplet: B2, A2 and 79. RGB value is (178,162,121). Sum of RGB (Red+Green+Blue) = 178+162+121=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A279 is #4D5D86. Grayscale: #A2A2A2. Windows color (decimal): -5070215 or 7971506. OLE color: 7971506.

HSL color Cylindrical-coordinate representation of color #B2A279: hue angle of 43.16º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2A279 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB178162121-
CMYK00.090.320.30
HSL43.16º27.01%58.63%-
HSV(B)43.16º32.02%69.8%-
XYZ34.7336.6923.34-
YUV162.11104.8139.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=38.61%
G=35.14%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816212100.090.320.3043.1627.0158.63
HexB2A27909201E2b1b3b
Octal2622421710114036533373
Binary10110010101000101111001010011000001111010101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A279; }

 p { color: rgb(178,162,121); }

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

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

 a { background-color: rgb(178,162,121); }

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

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

 span { border-color: rgb(178,162,121); }

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