#B49E52

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

Shades of Husk #B49E52

Tints of Husk #B49E52

Color information

#B49E52 (or 0xB49E52) is unknown color: approx Husk. HEX triplet: B4, 9E and 52. RGB value is (180,158,82). Sum of RGB (Red+Green+Blue) = 180+158+82=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E52 is #4B61AD. Grayscale: #9C9C9C. Windows color (decimal): -4940206 or 5414580. OLE color: 5414580.

HSL color Cylindrical-coordinate representation of color #B49E52: hue angle of 46.53º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B49E52 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18015882-
CMYK00.120.540.29
HSL46.53º39.52%51.37%-
HSV(B)46.53º54.44%70.59%-
XYZ32.5734.7712.98-
YUV155.9186.29145.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=42.86%
G=37.62%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801588200.120.540.2946.5339.5251.37
HexB49E520C361D2f2833
Octal2642361220146635575063
Binary101101001001111010100100110011011011101101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E52; }

 p { color: rgb(180,158,82); }

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

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

 a { background-color: rgb(180,158,82); }

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

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

 span { border-color: rgb(180,158,82); }

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