#B49747

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

Shades of Husk #B49747

Tints of Husk #B49747

Color information

#B49747 (or 0xB49747) is unknown color: approx Husk. HEX triplet: B4, 97 and 47. RGB value is (180,151,71). Sum of RGB (Red+Green+Blue) = 180+151+71=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B49747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49747 is #4B68B8. Grayscale: #969696. Windows color (decimal): -4942009 or 4691892. OLE color: 4691892.

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

Color convert

RGB18015171-
CMYK00.160.610.29
HSL44.04º43.43%49.22%-
HSV(B)44.04º60.56%70.59%-
XYZ31.0332.2910.56-
YUV150.5583.11149-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=44.78%
G=37.56%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801517100.160.610.2944.0443.4349.22
HexB497470103D1D2c2b31
Octal2642271070207535545361
Binary1011010010010111100011101000011110111101101100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49747; }

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

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

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

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

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

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

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

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