#B99E46

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

Shades of Husk #B99E46

Tints of Husk #B99E46

Color information

#B99E46 (or 0xB99E46) is unknown color: approx Husk. HEX triplet: B9, 9E and 46. RGB value is (185,158,70). Sum of RGB (Red+Green+Blue) = 185+158+70=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E46 is #4661B9. Grayscale: #9C9C9C. Windows color (decimal): -4612538 or 4628153. OLE color: 4628153.

HSL color Cylindrical-coordinate representation of color #B99E46: hue angle of 45.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B99E46 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18515870-
CMYK00.150.620.27
HSL45.91º45.1%50%-
HSV(B)45.91º62.16%72.55%-
XYZ33.3435.2110.83-
YUV156.0479.45148.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 70 (27.73% from 255) = 16.95%
R=44.79%
G=38.26%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851587000.150.620.2745.9145.150
HexB99E460F3E1B2e2d32
Octal2712361060177633565562
Binary101110011001111010001100111111111011011101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E46; }

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

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

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

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

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

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

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

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