#B98B51

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

Shades of Tussock #B98B51

Tints of Tussock #B98B51

Color information

#B98B51 (or 0xB98B51) is unknown color: approx Tussock. HEX triplet: B9, 8B and 51. RGB value is (185,139,81). Sum of RGB (Red+Green+Blue) = 185+139+81=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B51 is #4674AE. Grayscale: #929292. Windows color (decimal): -4617391 or 5344185. OLE color: 5344185.

HSL color Cylindrical-coordinate representation of color #B98B51: hue angle of 33.46º 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 #B98B51 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18513981-
CMYK00.250.560.27
HSL33.46º42.62%52.16%-
HSV(B)33.46º56.22%72.55%-
XYZ30.7329.3711.83-
YUV146.1491.24155.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 81 (32.03% from 255) = 20%
R=45.68%
G=34.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851398100.250.560.2733.4642.6252.16
HexB98B51019381B212b34
Octal2712131210317033415364
Binary1011100110001011101000101100111100011011100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B51; }

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

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

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

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

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

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

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

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