#B99F4F

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

Shades of Husk #B99F4F

Tints of Husk #B99F4F

Color information

#B99F4F (or 0xB99F4F) is unknown color: approx Husk. HEX triplet: B9, 9F and 4F. RGB value is (185,159,79). Sum of RGB (Red+Green+Blue) = 185+159+79=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F4F is #4660B0. Grayscale: #9E9E9E. Windows color (decimal): -4612273 or 5218233. OLE color: 5218233.

HSL color Cylindrical-coordinate representation of color #B99F4F: hue angle of 45.28º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B99F4F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18515979-
CMYK00.140.570.27
HSL45.28º43.09%51.76%-
HSV(B)45.28º57.3%72.55%-
XYZ33.8235.6812.5-
YUV157.6583.61147.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=43.74%
G=37.59%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851597900.140.570.2745.2843.0951.76
HexB99F4F0E391B2d2b34
Octal2712371170167133555364
Binary101110011001111110011110111011100111011101101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F4F; }

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

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

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

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

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

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

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

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