#B49449

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

Shades of Husk #B49449

Tints of Husk #B49449

Color information

#B49449 (or 0xB49449) is unknown color: approx Husk. HEX triplet: B4, 94 and 49. RGB value is (180,148,73). Sum of RGB (Red+Green+Blue) = 180+148+73=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B49449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49449 is #4B6BB6. Grayscale: #959595. Windows color (decimal): -4942775 or 4822196. OLE color: 4822196.

HSL color Cylindrical-coordinate representation of color #B49449: hue angle of 42.06º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49449 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18014873-
CMYK00.180.590.29
HSL42.06º42.29%49.61%-
HSV(B)42.06º59.44%70.59%-
XYZ30.6131.3610.74-
YUV149.0285.1150.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 73 (28.91% from 255) = 18.20%
R=44.89%
G=36.91%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801487300.180.590.2942.0642.2949.61
HexB494490123B1D2a2a32
Octal2642241110227335525262
Binary1011010010010100100100101001011101111101101010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49449; }

 p { color: rgb(180,148,73); }

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

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

 a { background-color: rgb(180,148,73); }

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

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

 span { border-color: rgb(180,148,73); }

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