#B99152

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

Shades of Tussock #B99152

Tints of Tussock #B99152

Color information

#B99152 (or 0xB99152) is unknown color: approx Tussock. HEX triplet: B9, 91 and 52. RGB value is (185,145,82). Sum of RGB (Red+Green+Blue) = 185+145+82=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B99152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99152 is #466EAD. Grayscale: #969696. Windows color (decimal): -4615854 or 5411257. OLE color: 5411257.

HSL color Cylindrical-coordinate representation of color #B99152: hue angle of 36.7º 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 #B99152 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18514582-
CMYK00.220.560.27
HSL36.7º42.39%52.35%-
HSV(B)36.7º55.68%72.55%-
XYZ31.6631.1712.33-
YUV149.7889.75153.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=44.90%
G=35.19%
B=19.90%

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
Decimal1851458200.220.560.2736.742.3952.35
HexB99152016381B252a34
Octal2712211220267033455264
Binary1011100110010001101001001011011100011011100101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99152; }

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

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

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

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

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

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

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

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