#B4A377

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

Shades of Hillary #B4A377

Tints of Hillary #B4A377

Color information

#B4A377 (or 0xB4A377) is unknown color: approx Hillary. HEX triplet: B4, A3 and 77. RGB value is (180,163,119). Sum of RGB (Red+Green+Blue) = 180+163+119=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A377 is #4B5C88. Grayscale: #A3A3A3. Windows color (decimal): -4938889 or 7840692. OLE color: 7840692.

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

Color convert

RGB180163119-
CMYK00.090.340.29
HSL43.28º28.91%58.63%-
HSV(B)43.28º33.89%70.59%-
XYZ35.2537.2322.78-
YUV163.07103.13140.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=38.96%
G=35.28%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016311900.090.340.2943.2828.9158.63
HexB4A37709221D2b1d3b
Octal2642431670114235533573
Binary10110100101000111110111010011000101110110101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A377; }

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

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

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

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

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

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

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

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