#B99F57

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

Shades of Husk #B99F57

Tints of Husk #B99F57

Color information

#B99F57 (or 0xB99F57) is unknown color: approx Husk. HEX triplet: B9, 9F and 57. RGB value is (185,159,87). Sum of RGB (Red+Green+Blue) = 185+159+87=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F57 is #4660A8. Grayscale: #9E9E9E. Windows color (decimal): -4612265 or 5742521. OLE color: 5742521.

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

Color convert

RGB18515987-
CMYK00.140.530.27
HSL44.08º41.18%53.33%-
HSV(B)44.08º52.97%72.55%-
XYZ34.1335.814.13-
YUV158.5787.61146.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=42.92%
G=36.89%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851598700.140.530.2744.0841.1853.33
HexB99F570E351B2c2935
Octal2712371270166533545165
Binary101110011001111110101110111011010111011101100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F57; }

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

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

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

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

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

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

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

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