#BB9149

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

Shades of Tussock #BB9149

Tints of Tussock #BB9149

Color information

#BB9149 (or 0xBB9149) is unknown color: approx Tussock. HEX triplet: BB, 91 and 49. RGB value is (187,145,73). Sum of RGB (Red+Green+Blue) = 187+145+73=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9149 is #446EB6. Grayscale: #959595. Windows color (decimal): -4484791 or 4821435. OLE color: 4821435.

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

Color convert

RGB18714573-
CMYK00.220.610.27
HSL37.89º45.6%50.98%-
HSV(B)37.89º60.96%73.33%-
XYZ31.8231.310.67-
YUV149.3584.91154.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 73 (28.91% from 255) = 18.02%
R=46.17%
G=35.80%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871457300.220.610.2737.8945.650.98
HexBB91490163D1B262e33
Octal2732211110267533465663
Binary1011101110010001100100101011011110111011100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9149; }

 p { color: rgb(187,145,73); }

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

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

 a { background-color: rgb(187,145,73); }

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

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

 span { border-color: rgb(187,145,73); }

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