#B99D49

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

Shades of Husk #B99D49

Tints of Husk #B99D49

Color information

#B99D49 (or 0xB99D49) is unknown color: approx Husk. HEX triplet: B9, 9D and 49. RGB value is (185,157,73). Sum of RGB (Red+Green+Blue) = 185+157+73=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D49 is #4662B6. Grayscale: #9C9C9C. Windows color (decimal): -4612791 or 4824505. OLE color: 4824505.

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

Color convert

RGB18515773-
CMYK00.150.610.27
HSL45º44.44%50.59%-
HSV(B)45º60.54%72.55%-
XYZ33.2734.9111.29-
YUV155.881.28148.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=44.58%
G=37.83%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851577300.150.610.274544.4450.59
HexB99D490F3D1B2d2c33
Octal2712351110177533555463
Binary101110011001110110010010111111110111011101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D49; }

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

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

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

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

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

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

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

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