#b98d4c

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

Shades of Tussock #B98D4C

Tints of Tussock #B98D4C

Color information

#B98D4C (or 0xB98D4C) is unknown color: approx Tussock. HEX triplet: B9, 8D and 4C. RGB value is (185,141,76). Sum of RGB (Red+Green+Blue) = 185+141+76=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D4C is #4672B3. Grayscale: #939393. Windows color (decimal): -4616884 or 5017017. OLE color: 5017017.

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

Color convert

RGB18514176-
CMYK00.240.590.27
HSL35.78º43.78%51.18%-
HSV(B)35.78º58.92%72.55%-
XYZ30.8429.8910.98-
YUV146.7588.08155.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=46.02%
G=35.07%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851417600.240.590.2735.7843.7851.18
HexB98D4C0183B1B242c33
Octal2712151140307333445463
Binary1011100110001101100110001100011101111011100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98d4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98d4c; }

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

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

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

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

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

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

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

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