#B0A274

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

Shades of Hillary #B0A274

Tints of Hillary #B0A274

Color information

#B0A274 (or 0xB0A274) is unknown color: approx Hillary. HEX triplet: B0, A2 and 74. RGB value is (176,162,116). Sum of RGB (Red+Green+Blue) = 176+162+116=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A274 is #4F5D8B. Grayscale: #A1A1A1. Windows color (decimal): -5201292 or 7643824. OLE color: 7643824.

HSL color Cylindrical-coordinate representation of color #B0A274: hue angle of 46º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0A274 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176162116-
CMYK00.080.340.31
HSL46º27.52%57.25%-
HSV(B)46º34.09%69.02%-
XYZ33.9836.3321.74-
YUV160.94102.64138.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=38.77%
G=35.68%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616211600.080.340.314627.5257.25
HexB0A27408221F2e1c39
Octal2602421640104237563471
Binary10110000101000101110100010001000101111110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A274; }

 p { color: rgb(176,162,116); }

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

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

 a { background-color: rgb(176,162,116); }

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

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

 span { border-color: rgb(176,162,116); }

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