#B98D4D

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

Shades of Tussock #B98D4D

Tints of Tussock #B98D4D

Color information

#B98D4D (or 0xB98D4D) is unknown color: approx Tussock. HEX triplet: B9, 8D and 4D. RGB value is (185,141,77). Sum of RGB (Red+Green+Blue) = 185+141+77=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D4D is #4672B2. Grayscale: #939393. Windows color (decimal): -4616883 or 5082553. OLE color: 5082553.

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

Color convert

RGB18514177-
CMYK00.240.580.27
HSL35.56º43.55%51.37%-
HSV(B)35.56º58.38%72.55%-
XYZ30.8729.911.17-
YUV146.8688.58155.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=45.91%
G=34.99%
B=19.11%

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
Decimal1851417700.240.580.2735.5643.5551.37
HexB98D4D0183A1B242c33
Octal2712151150307233445463
Binary1011100110001101100110101100011101011011100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D4D; }

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

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

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

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

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

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

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

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