#b99f46

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

Shades of Husk #B99F46

Tints of Husk #B99F46

Color information

#B99F46 (or 0xB99F46) is unknown color: approx Husk. HEX triplet: B9, 9F and 46. RGB value is (185,159,70). Sum of RGB (Red+Green+Blue) = 185+159+70=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F46 is #4660B9. Grayscale: #9D9D9D. Windows color (decimal): -4612282 or 4628409. OLE color: 4628409.

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

Color convert

RGB18515970-
CMYK00.140.620.27
HSL46.43º45.1%50%-
HSV(B)46.43º62.16%72.55%-
XYZ33.5135.5510.89-
YUV156.6379.11148.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=44.69%
G=38.41%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851597000.140.620.2746.4345.150
HexB99F460E3E1B2e2d32
Octal2712371060167633565562
Binary101110011001111110001100111011111011011101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99f46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99f46; }

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

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

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

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

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

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

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

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