#B4A577

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

Shades of Hillary #B4A577

Tints of Hillary #B4A577

Color information

#B4A577 (or 0xB4A577) is unknown color: approx Hillary. HEX triplet: B4, A5 and 77. RGB value is (180,165,119). Sum of RGB (Red+Green+Blue) = 180+165+119=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A577 is #4B5A88. Grayscale: #A4A4A4. Windows color (decimal): -4938377 or 7841204. OLE color: 7841204.

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

Color convert

RGB180165119-
CMYK00.080.340.29
HSL45.25º28.91%58.63%-
HSV(B)45.25º33.89%70.59%-
XYZ35.6137.9522.9-
YUV164.24102.47139.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=38.79%
G=35.56%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016511900.080.340.2945.2528.9158.63
HexB4A57708221D2d1d3b
Octal2642451670104235553573
Binary10110100101001011110111010001000101110110110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A577; }

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

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

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

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

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

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

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

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