#B49D46

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

Shades of Husk #B49D46

Tints of Husk #B49D46

Color information

#B49D46 (or 0xB49D46) is unknown color: approx Husk. HEX triplet: B4, 9D and 46. RGB value is (180,157,70). Sum of RGB (Red+Green+Blue) = 180+157+70=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D46 is #4B62B9. Grayscale: #9A9A9A. Windows color (decimal): -4940474 or 4627892. OLE color: 4627892.

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

Color convert

RGB18015770-
CMYK00.130.610.29
HSL47.45º44%49.02%-
HSV(B)47.45º61.11%70.59%-
XYZ31.9834.2610.72-
YUV153.9680.62146.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=44.23%
G=38.57%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801577000.130.610.2947.454449.02
HexB49D460D3D1D2f2c31
Octal2642351060157535575461
Binary101101001001110110001100110111110111101101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D46; }

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

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

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

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

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

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

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

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