#B98B49

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

Shades of Tussock #B98B49

Tints of Tussock #B98B49

Color information

#B98B49 (or 0xB98B49) is unknown color: approx Tussock. HEX triplet: B9, 8B and 49. RGB value is (185,139,73). Sum of RGB (Red+Green+Blue) = 185+139+73=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B49 is #4674B6. Grayscale: #919191. Windows color (decimal): -4617399 or 4819897. OLE color: 4819897.

HSL color Cylindrical-coordinate representation of color #B98B49: hue angle of 35.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98B49 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18513973-
CMYK00.250.610.27
HSL35.36º44.44%50.59%-
HSV(B)35.36º60.54%72.55%-
XYZ30.4429.2610.35-
YUV145.2387.24156.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=46.60%
G=35.01%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851397300.250.610.2735.3644.4450.59
HexB98B490193D1B232c33
Octal2712131110317533435463
Binary1011100110001011100100101100111110111011100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B49; }

 p { color: rgb(185,139,73); }

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

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

 a { background-color: rgb(185,139,73); }

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

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

 span { border-color: rgb(185,139,73); }

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