#BB9252

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

Shades of Tussock #BB9252

Tints of Tussock #BB9252

Color information

#BB9252 (or 0xBB9252) is unknown color: approx Tussock. HEX triplet: BB, 92 and 52. RGB value is (187,146,82). Sum of RGB (Red+Green+Blue) = 187+146+82=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9252 is #446DAD. Grayscale: #979797. Windows color (decimal): -4484526 or 5411515. OLE color: 5411515.

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

Color convert

RGB18714682-
CMYK00.220.560.27
HSL36.57º43.57%52.75%-
HSV(B)36.57º56.15%73.33%-
XYZ32.331.7312.41-
YUV150.9689.08153.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=45.06%
G=35.18%
B=19.76%

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
Decimal1871468200.220.560.2736.5743.5752.75
HexBB9252016381B252c35
Octal2732221220267033455465
Binary1011101110010010101001001011011100011011100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9252; }

 p { color: rgb(187,146,82); }

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

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

 a { background-color: rgb(187,146,82); }

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

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

 span { border-color: rgb(187,146,82); }

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