#BB9449

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

Shades of Tussock #BB9449

Tints of Tussock #BB9449

Color information

#BB9449 (or 0xBB9449) is unknown color: approx Tussock. HEX triplet: BB, 94 and 49. RGB value is (187,148,73). Sum of RGB (Red+Green+Blue) = 187+148+73=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9449 is #446BB6. Grayscale: #979797. Windows color (decimal): -4484023 or 4822203. OLE color: 4822203.

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

Color convert

RGB18714873-
CMYK00.210.610.27
HSL39.47º45.6%50.98%-
HSV(B)39.47º60.96%73.33%-
XYZ32.2932.2310.82-
YUV151.1183.92153.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 73 (28.91% from 255) = 17.89%
R=45.83%
G=36.27%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871487300.210.610.2739.4745.650.98
HexBB94490153D1B272e33
Octal2732241110257533475663
Binary1011101110010100100100101010111110111011100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9449; }

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

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

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

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

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

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

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

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