#b98f4b

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

Shades of Tussock #B98F4B

Tints of Tussock #B98F4B

Color information

#B98F4B (or 0xB98F4B) is unknown color: approx Tussock. HEX triplet: B9, 8F and 4B. RGB value is (185,143,75). Sum of RGB (Red+Green+Blue) = 185+143+75=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98F4B is #4670B4. Grayscale: #949494. Windows color (decimal): -4616373 or 4951993. OLE color: 4951993.

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

Color convert

RGB18514375-
CMYK00.230.590.27
HSL37.09º44%50.98%-
HSV(B)37.09º59.46%72.55%-
XYZ31.130.4710.9-
YUV147.8186.91154.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=45.91%
G=35.48%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851437500.230.590.2737.094450.98
HexB98F4B0173B1B252c33
Octal2712171130277333455463
Binary1011100110001111100101101011111101111011100101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98f4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98f4b; }

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

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

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

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

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

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

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

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