#B49B46

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

Shades of Husk #B49B46

Tints of Husk #B49B46

Color information

#B49B46 (or 0xB49B46) is unknown color: approx Husk. HEX triplet: B4, 9B and 46. RGB value is (180,155,70). Sum of RGB (Red+Green+Blue) = 180+155+70=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B46 is #4B64B9. Grayscale: #999999. Windows color (decimal): -4940986 or 4627380. OLE color: 4627380.

HSL color Cylindrical-coordinate representation of color #B49B46: hue angle of 46.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B49B46 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18015570-
CMYK00.140.610.29
HSL46.36º44%49.02%-
HSV(B)46.36º61.11%70.59%-
XYZ31.6533.5910.61-
YUV152.7881.28147.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=44.44%
G=38.27%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801557000.140.610.2946.364449.02
HexB49B460E3D1D2e2c31
Octal2642331060167535565461
Binary101101001001101110001100111011110111101101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B46; }

 p { color: rgb(180,155,70); }

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

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

 a { background-color: rgb(180,155,70); }

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

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

 span { border-color: rgb(180,155,70); }

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