Shades of Tussock #BB904D
Tints of Tussock #BB904D
RGB
CMYK
RGB Variations
Color information
#BB904D (or 0xBB904D) is known color: Tussock. HEX triplet: BB, 90 and 4D. RGB value is (187,144,77). Sum of RGB (Red+Green+Blue) = 187+144+77=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB904D is #446FB2. Grayscale: #959595. Windows color (decimal): -4485043 or 5083323. OLE color: 5083323.
HSL color Cylindrical-coordinate representation of color #BB904D: hue angle of 36.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB904D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 77 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.27 |
| HSL | 36.55º | 0.45% | 0.52% | - |
| HSV(B) | 36.55º | 0.59% | 0.73% | - |
| XYZ | 31.81 | 31.05 | 11.34 | - |
| YUV | 149.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 77 | 0 | 0.23 | 0.59 | 0.27 | 36.55 | 0.45 | 0.52 |
| Hex | BB | 90 | 4D | 0 | 17 | 3B | 1B | 25 | 2D | 34 |
| Octal | 273 | 220 | 115 | 0 | 27 | 73 | 33 | 45 | 55 | 64 |
| Binary | 10111011 | 10010000 | 1001101 | 0 | 10111 | 111011 | 11011 | 100101 | 101101 | 110100 |
Color Harmonies of #BB904D
Complementary color
Monochromatic Colors of #BB904D
Black with #BB904D
Text Example
Text Example
White with #BB904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB904D; }
p { color: rgb(187,144,77); }
H1.HeaderClassName
{
color: #BB904D;
}
.AnyTagClassName
{
color: #BB904D;
}
</style>
background-color css
<style>
a { background-color: #BB904D; }
a { background-color: rgb(187,144,77); }
div.DivClassName
{
background-color: #BB904D;
}
.BgClassName
{
background-color: #BB904D;
}
</style>
border-color css
<style>
span { border-color: #BB904D; }
span { border-color: rgb(187,144,77); }
td.TdClassName
{
border-color: #BB904D;
}
.TagClassName
{
border-color: #BB904D;
}
</style>