#B98B4D

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

Shades of Tussock #B98B4D

Tints of Tussock #B98B4D

Color information

#B98B4D (or 0xB98B4D) is unknown color: approx Tussock. HEX triplet: B9, 8B and 4D. RGB value is (185,139,77). Sum of RGB (Red+Green+Blue) = 185+139+77=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B4D is #4674B2. Grayscale: #919191. Windows color (decimal): -4617395 or 5082041. OLE color: 5082041.

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

Color convert

RGB18513977-
CMYK00.250.580.27
HSL34.44º43.55%51.37%-
HSV(B)34.44º58.38%72.55%-
XYZ30.5829.3211.07-
YUV145.6989.24156.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=46.13%
G=34.66%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851397700.250.580.2734.4443.5551.37
HexB98B4D0193A1B222c33
Octal2712131150317233425463
Binary1011100110001011100110101100111101011011100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B4D; }

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

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

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

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

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

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

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

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