#B2A675

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

Shades of Hillary #B2A675

Tints of Hillary #B2A675

Color information

#B2A675 (or 0xB2A675) is unknown color: approx Hillary. HEX triplet: B2, A6 and 75. RGB value is (178,166,117). Sum of RGB (Red+Green+Blue) = 178+166+117=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A675 is #4D598A. Grayscale: #A4A4A4. Windows color (decimal): -5069195 or 7710386. OLE color: 7710386.

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

Color convert

RGB178166117-
CMYK00.070.340.30
HSL48.2º28.37%57.84%-
HSV(B)48.2º34.27%69.8%-
XYZ35.2138.0222.31-
YUV164101.48137.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=38.61%
G=36.01%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816611700.070.340.3048.228.3757.84
HexB2A67507221E301c3a
Octal262246165074236603472
Binary1011001010100110111010101111000101111011000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A675; }

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

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

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

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

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

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

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

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