#B98A47

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

Shades of Tussock #B98A47

Tints of Tussock #B98A47

Color information

#B98A47 (or 0xB98A47) is unknown color: approx Tussock. HEX triplet: B9, 8A and 47. RGB value is (185,138,71). Sum of RGB (Red+Green+Blue) = 185+138+71=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A47 is #4675B8. Grayscale: #909090. Windows color (decimal): -4617657 or 4688569. OLE color: 4688569.

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

Color convert

RGB18513871-
CMYK00.250.620.27
HSL35.26º44.88%50.2%-
HSV(B)35.26º61.62%72.55%-
XYZ30.2328.959.95-
YUV144.4286.57156.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=46.95%
G=35.03%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851387100.250.620.2735.2644.8850.2
HexB98A470193E1B232d32
Octal2712121070317633435562
Binary1011100110001010100011101100111111011011100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A47; }

 p { color: rgb(185,138,71); }

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

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

 a { background-color: rgb(185,138,71); }

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

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

 span { border-color: rgb(185,138,71); }

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