#BB9048

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

Shades of Tussock #BB9048

Tints of Tussock #BB9048

Color information

#BB9048 (or 0xBB9048) is unknown color: approx Tussock. HEX triplet: BB, 90 and 48. RGB value is (187,144,72). Sum of RGB (Red+Green+Blue) = 187+144+72=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9048 is #446FB7. Grayscale: #949494. Windows color (decimal): -4485048 or 4755643. OLE color: 4755643.

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

Color convert

RGB18714472-
CMYK00.230.610.27
HSL37.57º45.82%50.78%-
HSV(B)37.57º61.5%73.33%-
XYZ31.6430.9810.44-
YUV148.6584.75155.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=46.40%
G=35.73%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871447200.230.610.2737.5745.8250.78
HexBB90480173D1B262e33
Octal2732201100277533465663
Binary1011101110010000100100001011111110111011100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9048; }

 p { color: rgb(187,144,72); }

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

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

 a { background-color: rgb(187,144,72); }

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

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

 span { border-color: rgb(187,144,72); }

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