#B98D51

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

Shades of Tussock #B98D51

Tints of Tussock #B98D51

Color information

#B98D51 (or 0xB98D51) is unknown color: approx Tussock. HEX triplet: B9, 8D and 51. RGB value is (185,141,81). Sum of RGB (Red+Green+Blue) = 185+141+81=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D51 is #4672AE. Grayscale: #939393. Windows color (decimal): -4616879 or 5344697. OLE color: 5344697.

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

Color convert

RGB18514181-
CMYK00.240.560.27
HSL34.62º42.62%52.16%-
HSV(B)34.62º56.22%72.55%-
XYZ31.0229.9611.93-
YUV147.3290.58154.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=45.45%
G=34.64%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851418100.240.560.2734.6242.6252.16
HexB98D51018381B232b34
Octal2712151210307033435364
Binary1011100110001101101000101100011100011011100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D51; }

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

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

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

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

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

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

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

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