#B49F46

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

Shades of Husk #B49F46

Tints of Husk #B49F46

Color information

#B49F46 (or 0xB49F46) is unknown color: approx Husk. HEX triplet: B4, 9F and 46. RGB value is (180,159,70). Sum of RGB (Red+Green+Blue) = 180+159+70=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F46 is #4B60B9. Grayscale: #9B9B9B. Windows color (decimal): -4939962 or 4628404. OLE color: 4628404.

HSL color Cylindrical-coordinate representation of color #B49F46: hue angle of 48.55º 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 #B49F46 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18015970-
CMYK00.120.610.29
HSL48.55º44%49.02%-
HSV(B)48.55º61.11%70.59%-
XYZ32.3334.9410.84-
YUV155.1379.96145.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=44.01%
G=38.88%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801597000.120.610.2948.554449.02
HexB49F460C3D1D312c31
Octal2642371060147535615461
Binary101101001001111110001100110011110111101110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F46; }

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

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

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

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

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

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

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

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