#B99052

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

Shades of Tussock #B99052

Tints of Tussock #B99052

Color information

#B99052 (or 0xB99052) is unknown color: approx Tussock. HEX triplet: B9, 90 and 52. RGB value is (185,144,82). Sum of RGB (Red+Green+Blue) = 185+144+82=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B99052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99052 is #466FAD. Grayscale: #959595. Windows color (decimal): -4616110 or 5411001. OLE color: 5411001.

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

Color convert

RGB18514482-
CMYK00.220.560.27
HSL36.12º42.39%52.35%-
HSV(B)36.12º55.68%72.55%-
XYZ31.530.8712.28-
YUV149.1990.08153.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=45.01%
G=35.04%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851448200.220.560.2736.1242.3952.35
HexB99052016381B242a34
Octal2712201220267033445264
Binary1011100110010000101001001011011100011011100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99052; }

 p { color: rgb(185,144,82); }

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

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

 a { background-color: rgb(185,144,82); }

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

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

 span { border-color: rgb(185,144,82); }

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