#B49E51

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

Shades of Husk #B49E51

Tints of Husk #B49E51

Color information

#B49E51 (or 0xB49E51) is unknown color: approx Husk. HEX triplet: B4, 9E and 51. RGB value is (180,158,81). Sum of RGB (Red+Green+Blue) = 180+158+81=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E51 is #4B61AE. Grayscale: #9C9C9C. Windows color (decimal): -4940207 or 5349044. OLE color: 5349044.

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

Color convert

RGB18015881-
CMYK00.120.550.29
HSL46.67º39.76%51.18%-
HSV(B)46.67º55%70.59%-
XYZ32.5334.7512.78-
YUV155.885.79145.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=42.96%
G=37.71%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801588100.120.550.2946.6739.7651.18
HexB49E510C371D2f2833
Octal2642361210146735575063
Binary101101001001111010100010110011011111101101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E51; }

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

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

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

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

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

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

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

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