#B0A479

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

Shades of Hillary #B0A479

Tints of Hillary #B0A479

Color information

#B0A479 (or 0xB0A479) is unknown color: approx Hillary. HEX triplet: B0, A4 and 79. RGB value is (176,164,121). Sum of RGB (Red+Green+Blue) = 176+164+121=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A479 is #4F5B86. Grayscale: #A2A2A2. Windows color (decimal): -5200775 or 7972016. OLE color: 7972016.

HSL color Cylindrical-coordinate representation of color #B0A479: hue angle of 46.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0A479 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176164121-
CMYK00.070.310.31
HSL46.91º25.82%58.24%-
HSV(B)46.91º31.25%69.02%-
XYZ34.6337.1623.44-
YUV162.69104.48137.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=38.18%
G=35.57%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616412100.070.310.3146.9125.8258.24
HexB0A479071F1F2f1a3a
Octal260244171073737573272
Binary101100001010010011110010111111111111110111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A479; }

 p { color: rgb(176,164,121); }

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

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

 a { background-color: rgb(176,164,121); }

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

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

 span { border-color: rgb(176,164,121); }

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