#B49649

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

Shades of Husk #B49649

Tints of Husk #B49649

Color information

#B49649 (or 0xB49649) is unknown color: approx Husk. HEX triplet: B4, 96 and 49. RGB value is (180,150,73). Sum of RGB (Red+Green+Blue) = 180+150+73=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49649 is #4B69B6. Grayscale: #969696. Windows color (decimal): -4942263 or 4822708. OLE color: 4822708.

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

Color convert

RGB18015073-
CMYK00.170.590.29
HSL43.18º42.29%49.61%-
HSV(B)43.18º59.44%70.59%-
XYZ30.933210.85-
YUV150.1984.44149.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 73 (28.91% from 255) = 18.11%
R=44.67%
G=37.22%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801507300.170.590.2943.1842.2949.61
HexB496490113B1D2b2a32
Octal2642261110217335535262
Binary1011010010010110100100101000111101111101101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49649; }

 p { color: rgb(180,150,73); }

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

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

 a { background-color: rgb(180,150,73); }

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

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

 span { border-color: rgb(180,150,73); }

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