#B98F4F

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

Shades of Tussock #B98F4F

Tints of Tussock #B98F4F

Color information

#B98F4F (or 0xB98F4F) is unknown color: approx Tussock. HEX triplet: B9, 8F and 4F. RGB value is (185,143,79). Sum of RGB (Red+Green+Blue) = 185+143+79=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F4F is #4670B0. Grayscale: #949494. Windows color (decimal): -4616369 or 5214137. OLE color: 5214137.

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

Color convert

RGB18514379-
CMYK00.230.570.27
HSL36.23º43.09%51.76%-
HSV(B)36.23º57.3%72.55%-
XYZ31.2430.5211.64-
YUV148.2688.91154.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 79 (31.25% from 255) = 19.41%
R=45.45%
G=35.14%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851437900.230.570.2736.2343.0951.76
HexB98F4F017391B242b34
Octal2712171170277133445364
Binary1011100110001111100111101011111100111011100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F4F; }

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

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

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

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

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

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

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

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