#BB9148

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

Shades of Tussock #BB9148

Tints of Tussock #BB9148

Color information

#BB9148 (or 0xBB9148) is unknown color: approx Tussock. HEX triplet: BB, 91 and 48. RGB value is (187,145,72). Sum of RGB (Red+Green+Blue) = 187+145+72=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9148 is #446EB7. Grayscale: #959595. Windows color (decimal): -4484792 or 4755899. OLE color: 4755899.

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

Color convert

RGB18714572-
CMYK00.220.610.27
HSL38.09º45.82%50.78%-
HSV(B)38.09º61.5%73.33%-
XYZ31.7931.2810.49-
YUV149.2484.41154.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 72 (28.52% from 255) = 17.82%
R=46.29%
G=35.89%
B=17.82%

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
Decimal1871457200.220.610.2738.0945.8250.78
HexBB91480163D1B262e33
Octal2732211100267533465663
Binary1011101110010001100100001011011110111011100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9148; }

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

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

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

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

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

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

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

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