#BB9247

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

Shades of Tussock #BB9247

Tints of Tussock #BB9247

Color information

#BB9247 (or 0xBB9247) is unknown color: approx Tussock. HEX triplet: BB, 92 and 47. RGB value is (187,146,71). Sum of RGB (Red+Green+Blue) = 187+146+71=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9247 is #446DB8. Grayscale: #969696. Windows color (decimal): -4484537 or 4690619. OLE color: 4690619.

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

Color convert

RGB18714671-
CMYK00.220.620.27
HSL38.79º46.03%50.59%-
HSV(B)38.79º62.03%73.33%-
XYZ31.9131.5810.37-
YUV149.7183.58154.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=46.29%
G=36.14%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871467100.220.620.2738.7946.0350.59
HexBB92470163E1B272e33
Octal2732221070267633475663
Binary1011101110010010100011101011011111011011100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9247; }

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

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

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

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

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

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

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

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