#B99E50

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

Shades of Husk #B99E50

Tints of Husk #B99E50

Color information

#B99E50 (or 0xB99E50) is unknown color: approx Husk. HEX triplet: B9, 9E and 50. RGB value is (185,158,80). Sum of RGB (Red+Green+Blue) = 185+158+80=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E50 is #4661AF. Grayscale: #9D9D9D. Windows color (decimal): -4612528 or 5283513. OLE color: 5283513.

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

Color convert

RGB18515880-
CMYK00.150.570.27
HSL44.57º42.86%51.96%-
HSV(B)44.57º56.76%72.55%-
XYZ33.6835.3512.64-
YUV157.1884.45147.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=43.74%
G=37.35%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851588000.150.570.2744.5742.8651.96
HexB99E500F391B2d2b34
Octal2712361200177133555364
Binary101110011001111010100000111111100111011101101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E50; }

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

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

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

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

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

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

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

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