#B99949

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

Shades of Husk #B99949

Tints of Husk #B99949

Color information

#B99949 (or 0xB99949) is unknown color: approx Husk. HEX triplet: B9, 99 and 49. RGB value is (185,153,73). Sum of RGB (Red+Green+Blue) = 185+153+73=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B99949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99949 is #4666B6. Grayscale: #999999. Windows color (decimal): -4613815 or 4823481. OLE color: 4823481.

HSL color Cylindrical-coordinate representation of color #B99949: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B99949 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18515373-
CMYK00.170.610.27
HSL42.86º44.44%50.59%-
HSV(B)42.86º60.54%72.55%-
XYZ32.633.5811.07-
YUV153.4582.6150.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=45.01%
G=37.23%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851537300.170.610.2742.8644.4450.59
HexB999490113D1B2b2c33
Octal2712311110217533535463
Binary1011100110011001100100101000111110111011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99949; }

 p { color: rgb(185,153,73); }

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

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

 a { background-color: rgb(185,153,73); }

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

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

 span { border-color: rgb(185,153,73); }

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