#B4A571

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

Shades of Hillary #B4A571

Tints of Hillary #B4A571

Color information

#B4A571 (or 0xB4A571) is unknown color: approx Hillary. HEX triplet: B4, A5 and 71. RGB value is (180,165,113). Sum of RGB (Red+Green+Blue) = 180+165+113=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A571 is #4B5A8E. Grayscale: #A3A3A3. Windows color (decimal): -4938383 or 7447988. OLE color: 7447988.

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

Color convert

RGB180165113-
CMYK00.080.370.29
HSL46.57º30.88%57.45%-
HSV(B)46.57º37.22%70.59%-
XYZ35.2637.8121.06-
YUV163.5699.47139.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=39.30%
G=36.03%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016511300.080.370.2946.5730.8857.45
HexB4A57108251D2f1f39
Octal2642451610104535573771
Binary10110100101001011110001010001001011110110111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A571; }

 p { color: rgb(180,165,113); }

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

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

 a { background-color: rgb(180,165,113); }

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

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

 span { border-color: rgb(180,165,113); }

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