#B98E4E

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

Shades of Tussock #B98E4E

Tints of Tussock #B98E4E

Color information

#B98E4E (or 0xB98E4E) is unknown color: approx Tussock. HEX triplet: B9, 8E and 4E. RGB value is (185,142,78). Sum of RGB (Red+Green+Blue) = 185+142+78=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E4E is #4671B1. Grayscale: #939393. Windows color (decimal): -4616626 or 5148345. OLE color: 5148345.

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

Color convert

RGB18514278-
CMYK00.230.580.27
HSL35.89º43.32%51.57%-
HSV(B)35.89º57.84%72.55%-
XYZ31.0630.2111.4-
YUV147.5688.75154.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=45.68%
G=35.06%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851427800.230.580.2735.8943.3251.57
HexB98E4E0173A1B242b34
Octal2712161160277233445364
Binary1011100110001110100111001011111101011011100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E4E; }

 p { color: rgb(185,142,78); }

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

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

 a { background-color: rgb(185,142,78); }

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

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

 span { border-color: rgb(185,142,78); }

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