#B99A50

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

Shades of Husk #B99A50

Tints of Husk #B99A50

Color information

#B99A50 (or 0xB99A50) is unknown color: approx Husk. HEX triplet: B9, 9A and 50. RGB value is (185,154,80). Sum of RGB (Red+Green+Blue) = 185+154+80=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A50 is #4665AF. Grayscale: #9B9B9B. Windows color (decimal): -4613552 or 5282489. OLE color: 5282489.

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

Color convert

RGB18515480-
CMYK00.170.570.27
HSL42.29º42.86%51.96%-
HSV(B)42.29º56.76%72.55%-
XYZ33.013412.41-
YUV154.8385.77149.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=44.15%
G=36.75%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851548000.170.570.2742.2942.8651.96
HexB99A50011391B2a2b34
Octal2712321200217133525364
Binary1011100110011010101000001000111100111011101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A50; }

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

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

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

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

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

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

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

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