#B99E49

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

Shades of Husk #B99E49

Tints of Husk #B99E49

Color information

#B99E49 (or 0xB99E49) is unknown color: approx Husk. HEX triplet: B9, 9E and 49. RGB value is (185,158,73). Sum of RGB (Red+Green+Blue) = 185+158+73=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E49 is #4661B6. Grayscale: #9C9C9C. Windows color (decimal): -4612535 or 4824761. OLE color: 4824761.

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

Color convert

RGB18515873-
CMYK00.150.610.27
HSL45.54º44.44%50.59%-
HSV(B)45.54º60.54%72.55%-
XYZ33.4435.2511.34-
YUV156.3880.95148.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 73 (28.91% from 255) = 17.55%
R=44.47%
G=37.98%
B=17.55%

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
Decimal1851587300.150.610.2745.5444.4450.59
HexB99E490F3D1B2e2c33
Octal2712361110177533565463
Binary101110011001111010010010111111110111011101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E49; }

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

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

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

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

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

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

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

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