#B49947

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

Shades of Husk #B49947

Tints of Husk #B49947

Color information

#B49947 (or 0xB49947) is unknown color: approx Husk. HEX triplet: B4, 99 and 47. RGB value is (180,153,71). Sum of RGB (Red+Green+Blue) = 180+153+71=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B49947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49947 is #4B66B8. Grayscale: #989898. Windows color (decimal): -4941497 or 4692404. OLE color: 4692404.

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

Color convert

RGB18015371-
CMYK00.150.610.29
HSL45.14º43.43%49.22%-
HSV(B)45.14º60.56%70.59%-
XYZ31.3532.9410.67-
YUV151.7282.45148.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=44.55%
G=37.87%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801537100.150.610.2945.1443.4349.22
HexB499470F3D1D2d2b31
Octal2642311070177535555361
Binary101101001001100110001110111111110111101101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49947; }

 p { color: rgb(180,153,71); }

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

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

 a { background-color: rgb(180,153,71); }

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

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

 span { border-color: rgb(180,153,71); }

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