#B99249

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

Shades of Tussock #B99249

Tints of Tussock #B99249

Color information

#B99249 (or 0xB99249) is unknown color: approx Tussock. HEX triplet: B9, 92 and 49. RGB value is (185,146,73). Sum of RGB (Red+Green+Blue) = 185+146+73=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99249 is #466DB6. Grayscale: #959595. Windows color (decimal): -4615607 or 4821689. OLE color: 4821689.

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

Color convert

RGB18514673-
CMYK00.210.610.27
HSL39.11º44.44%50.59%-
HSV(B)39.11º60.54%72.55%-
XYZ31.4931.3510.7-
YUV149.3484.92153.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=45.79%
G=36.14%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851467300.210.610.2739.1144.4450.59
HexB992490153D1B272c33
Octal2712221110257533475463
Binary1011100110010010100100101010111110111011100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99249; }

 p { color: rgb(185,146,73); }

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

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

 a { background-color: rgb(185,146,73); }

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

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

 span { border-color: rgb(185,146,73); }

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