#B49E48

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

Shades of Husk #B49E48

Tints of Husk #B49E48

Color information

#B49E48 (or 0xB49E48) is unknown color: approx Husk. HEX triplet: B4, 9E and 48. RGB value is (180,158,72). Sum of RGB (Red+Green+Blue) = 180+158+72=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E48 is #4B61B7. Grayscale: #9B9B9B. Windows color (decimal): -4940216 or 4759220. OLE color: 4759220.

HSL color Cylindrical-coordinate representation of color #B49E48: hue angle of 47.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B49E48 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18015872-
CMYK00.120.600.29
HSL47.78º42.86%49.41%-
HSV(B)47.78º60%70.59%-
XYZ32.2234.6211.12-
YUV154.7781.29145.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=43.90%
G=38.54%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801587200.120.600.2947.7842.8649.41
HexB49E480C3C1D302b31
Octal2642361100147435605361
Binary101101001001111010010000110011110011101110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E48; }

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

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

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

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

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

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

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

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