#B98D4E

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

Shades of Tussock #B98D4E

Tints of Tussock #B98D4E

Color information

#B98D4E (or 0xB98D4E) is unknown color: approx Tussock. HEX triplet: B9, 8D and 4E. RGB value is (185,141,78). Sum of RGB (Red+Green+Blue) = 185+141+78=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D4E is #4672B1. Grayscale: #939393. Windows color (decimal): -4616882 or 5148089. OLE color: 5148089.

HSL color Cylindrical-coordinate representation of color #B98D4E: hue angle of 35.33º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B98D4E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18514178-
CMYK00.240.580.27
HSL35.33º43.32%51.57%-
HSV(B)35.33º57.84%72.55%-
XYZ30.9129.9111.35-
YUV146.9789.08155.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=45.79%
G=34.90%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851417800.240.580.2735.3343.3251.57
HexB98D4E0183A1B232b34
Octal2712151160307233435364
Binary1011100110001101100111001100011101011011100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D4E; }

 p { color: rgb(185,141,78); }

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

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

 a { background-color: rgb(185,141,78); }

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

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

 span { border-color: rgb(185,141,78); }

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