#B99850

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

Shades of Husk #B99850

Tints of Husk #B99850

Color information

#B99850 (or 0xB99850) is unknown color: approx Husk. HEX triplet: B9, 98 and 50. RGB value is (185,152,80). Sum of RGB (Red+Green+Blue) = 185+152+80=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99850 is #4667AF. Grayscale: #999999. Windows color (decimal): -4614064 or 5281977. OLE color: 5281977.

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

Color convert

RGB18515280-
CMYK00.180.570.27
HSL41.14º42.86%51.96%-
HSV(B)41.14º56.76%72.55%-
XYZ32.6833.3512.3-
YUV153.6686.43150.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=44.36%
G=36.45%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851528000.180.570.2741.1442.8651.96
HexB99850012391B292b34
Octal2712301200227133515364
Binary1011100110011000101000001001011100111011101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99850; }

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

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

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

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

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

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

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

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