#B49A46

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

Shades of Husk #B49A46

Tints of Husk #B49A46

Color information

#B49A46 (or 0xB49A46) is unknown color: approx Husk. HEX triplet: B4, 9A and 46. RGB value is (180,154,70). Sum of RGB (Red+Green+Blue) = 180+154+70=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A46 is #4B65B9. Grayscale: #989898. Windows color (decimal): -4941242 or 4627124. OLE color: 4627124.

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

Color convert

RGB18015470-
CMYK00.140.610.29
HSL45.82º44%49.02%-
HSV(B)45.82º61.11%70.59%-
XYZ31.4833.2610.55-
YUV152.281.61147.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 70 (27.73% from 255) = 17.33%
R=44.55%
G=38.12%
B=17.33%

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
Decimal1801547000.140.610.2945.824449.02
HexB49A460E3D1D2e2c31
Octal2642321060167535565461
Binary101101001001101010001100111011110111101101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A46; }

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

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

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

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

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

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

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

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