#B98F4E

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

Shades of Tussock #B98F4E

Tints of Tussock #B98F4E

Color information

#B98F4E (or 0xB98F4E) is unknown color: approx Tussock. HEX triplet: B9, 8F and 4E. RGB value is (185,143,78). Sum of RGB (Red+Green+Blue) = 185+143+78=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F4E is #4670B1. Grayscale: #949494. Windows color (decimal): -4616370 or 5148601. OLE color: 5148601.

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

Color convert

RGB18514378-
CMYK00.230.580.27
HSL36.45º43.32%51.57%-
HSV(B)36.45º57.84%72.55%-
XYZ31.2130.5111.45-
YUV148.1588.41154.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=45.57%
G=35.22%
B=19.21%

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
Decimal1851437800.230.580.2736.4543.3251.57
HexB98F4E0173A1B242b34
Octal2712171160277233445364
Binary1011100110001111100111001011111101011011100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F4E; }

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

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

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

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

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

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

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

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