Shades of Tussock #BB8B50
Tints of Tussock #BB8B50
RGB
CMYK
RGB Variations
Color information
#BB8B50 (or 0xBB8B50) is known color: Tussock. HEX triplet: BB, 8B and 50. RGB value is (187,139,80). Sum of RGB (Red+Green+Blue) = 187+139+80=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B50 is #4474AF. Grayscale: #929292. Windows color (decimal): -4486320 or 5278651. OLE color: 5278651.
HSL color Cylindrical-coordinate representation of color #BB8B50: hue angle of 33.08º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB8B50 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 80 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.27 |
| HSL | 33.08º | 0.44% | 0.52% | - |
| HSV(B) | 33.08º | 0.57% | 0.73% | - |
| XYZ | 31.17 | 29.61 | 11.66 | - |
| YUV | 146.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 80 | 0 | 0.26 | 0.57 | 0.27 | 33.08 | 0.44 | 0.52 |
| Hex | BB | 8B | 50 | 0 | 1A | 39 | 1B | 21 | 2C | 34 |
| Octal | 273 | 213 | 120 | 0 | 32 | 71 | 33 | 41 | 54 | 64 |
| Binary | 10111011 | 10001011 | 1010000 | 0 | 11010 | 111001 | 11011 | 100001 | 101100 | 110100 |
Color Harmonies of #BB8B50
Complementary color
Monochromatic Colors of #BB8B50
Black with #BB8B50
Text Example
Text Example
White with #BB8B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B50; }
p { color: rgb(187,139,80); }
H1.HeaderClassName
{
color: #BB8B50;
}
.AnyTagClassName
{
color: #BB8B50;
}
</style>
background-color css
<style>
a { background-color: #BB8B50; }
a { background-color: rgb(187,139,80); }
div.DivClassName
{
background-color: #BB8B50;
}
.BgClassName
{
background-color: #BB8B50;
}
</style>
border-color css
<style>
span { border-color: #BB8B50; }
span { border-color: rgb(187,139,80); }
td.TdClassName
{
border-color: #BB8B50;
}
.TagClassName
{
border-color: #BB8B50;
}
</style>