Shades of Tussock #BB9044
Tints of Tussock #BB9044
RGB
CMYK
RGB Variations
Color information
#BB9044 (or 0xBB9044) is known color: Tussock. HEX triplet: BB, 90 and 44. RGB value is (187,144,68). Sum of RGB (Red+Green+Blue) = 187+144+68=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9044 is #446FBB. Grayscale: #949494. Windows color (decimal): -4485052 or 4493499. OLE color: 4493499.
HSL color Cylindrical-coordinate representation of color #BB9044: hue angle of 38.32º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB9044 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 68 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.27 |
| HSL | 38.32º | 0.47% | 0.5% | - |
| HSV(B) | 38.32º | 0.64% | 0.73% | - |
| XYZ | 31.51 | 30.93 | 9.78 | - |
| YUV | 148.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 68 | 0 | 0.23 | 0.64 | 0.27 | 38.32 | 0.47 | 0.5 |
| Hex | BB | 90 | 44 | 0 | 17 | 40 | 1B | 26 | 2F | 32 |
| Octal | 273 | 220 | 104 | 0 | 27 | 100 | 33 | 46 | 57 | 62 |
| Binary | 10111011 | 10010000 | 1000100 | 0 | 10111 | 1000000 | 11011 | 100110 | 101111 | 110010 |
Color Harmonies of #BB9044
Complementary color
Monochromatic Colors of #BB9044
Black with #BB9044
Text Example
Text Example
White with #BB9044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9044; }
p { color: rgb(187,144,68); }
H1.HeaderClassName
{
color: #BB9044;
}
.AnyTagClassName
{
color: #BB9044;
}
</style>
background-color css
<style>
a { background-color: #BB9044; }
a { background-color: rgb(187,144,68); }
div.DivClassName
{
background-color: #BB9044;
}
.BgClassName
{
background-color: #BB9044;
}
</style>
border-color css
<style>
span { border-color: #BB9044; }
span { border-color: rgb(187,144,68); }
td.TdClassName
{
border-color: #BB9044;
}
.TagClassName
{
border-color: #BB9044;
}
</style>