#B98848

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

Shades of Tussock #B98848

Tints of Tussock #B98848

Color information

#B98848 (or 0xB98848) is unknown color: approx Tussock. HEX triplet: B9, 88 and 48. RGB value is (185,136,72). Sum of RGB (Red+Green+Blue) = 185+136+72=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B98848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98848 is #4677B7. Grayscale: #8F8F8F. Windows color (decimal): -4618168 or 4753593. OLE color: 4753593.

HSL color Cylindrical-coordinate representation of color #B98848: hue angle of 33.98º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98848 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18513672-
CMYK00.260.610.27
HSL33.98º44.66%50.39%-
HSV(B)33.98º61.08%72.55%-
XYZ29.9828.3910.03-
YUV143.3587.73157.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=47.07%
G=34.61%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851367200.260.610.2733.9844.6650.39
HexB9884801A3D1B222d32
Octal2712101100327533425562
Binary1011100110001000100100001101011110111011100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98848; }

 p { color: rgb(185,136,72); }

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

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

 a { background-color: rgb(185,136,72); }

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

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

 span { border-color: rgb(185,136,72); }

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