Shades of Tussock #BB8A50
Tints of Tussock #BB8A50
RGB
CMYK
RGB Variations
Color information
#BB8A50 (or 0xBB8A50) is known color: Tussock. HEX triplet: BB, 8A and 50. RGB value is (187,138,80). Sum of RGB (Red+Green+Blue) = 187+138+80=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A50 is #4475AF. Grayscale: #929292. Windows color (decimal): -4486576 or 5278395. OLE color: 5278395.
HSL color Cylindrical-coordinate representation of color #BB8A50: hue angle of 32.52º 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 #BB8A50 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 80 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.27 |
| HSL | 32.52º | 0.44% | 0.52% | - |
| HSV(B) | 32.52º | 0.57% | 0.73% | - |
| XYZ | 31.03 | 29.32 | 11.61 | - |
| YUV | 146.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 80 | 0 | 0.26 | 0.57 | 0.27 | 32.52 | 0.44 | 0.52 |
| Hex | BB | 8A | 50 | 0 | 1A | 39 | 1B | 21 | 2C | 34 |
| Octal | 273 | 212 | 120 | 0 | 32 | 71 | 33 | 41 | 54 | 64 |
| Binary | 10111011 | 10001010 | 1010000 | 0 | 11010 | 111001 | 11011 | 100001 | 101100 | 110100 |
Color Harmonies of #BB8A50
Complementary color
Monochromatic Colors of #BB8A50
Black with #BB8A50
Text Example
Text Example
White with #BB8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A50; }
p { color: rgb(187,138,80); }
H1.HeaderClassName
{
color: #BB8A50;
}
.AnyTagClassName
{
color: #BB8A50;
}
</style>
background-color css
<style>
a { background-color: #BB8A50; }
a { background-color: rgb(187,138,80); }
div.DivClassName
{
background-color: #BB8A50;
}
.BgClassName
{
background-color: #BB8A50;
}
</style>
border-color css
<style>
span { border-color: #BB8A50; }
span { border-color: rgb(187,138,80); }
td.TdClassName
{
border-color: #BB8A50;
}
.TagClassName
{
border-color: #BB8A50;
}
</style>