#B99F55

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

Shades of Husk #B99F55

Tints of Husk #B99F55

Color information

#B99F55 (or 0xB99F55) is unknown color: approx Husk. HEX triplet: B9, 9F and 55. RGB value is (185,159,85). Sum of RGB (Red+Green+Blue) = 185+159+85=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F55 is #4660AA. Grayscale: #9E9E9E. Windows color (decimal): -4612267 or 5611449. OLE color: 5611449.

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

Color convert

RGB18515985-
CMYK00.140.540.27
HSL44.4º41.67%52.94%-
HSV(B)44.4º54.05%72.55%-
XYZ34.0535.7713.7-
YUV158.3486.61147.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=43.12%
G=37.06%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851598500.140.540.2744.441.6752.94
HexB99F550E361B2c2a35
Octal2712371250166633545265
Binary101110011001111110101010111011011011011101100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F55; }

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

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

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

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

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

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

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

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