Shades of Tussock #BB874E
Tints of Tussock #BB874E
RGB
CMYK
RGB Variations
Color information
#BB874E (or 0xBB874E) is known color: Tussock. HEX triplet: BB, 87 and 4E. RGB value is (187,135,78). Sum of RGB (Red+Green+Blue) = 187+135+78=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB874E is #4478B1. Grayscale: #909090. Windows color (decimal): -4487346 or 5146555. OLE color: 5146555.
HSL color Cylindrical-coordinate representation of color #BB874E: hue angle of 31.38º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB874E is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 78 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.27 |
| HSL | 31.38º | 0.44% | 0.52% | - |
| HSV(B) | 31.38º | 0.58% | 0.73% | - |
| XYZ | 30.53 | 28.44 | 11.09 | - |
| YUV | 144.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 78 | 0 | 0.28 | 0.58 | 0.27 | 31.38 | 0.44 | 0.52 |
| Hex | BB | 87 | 4E | 0 | 1C | 3A | 1B | 1F | 2C | 34 |
| Octal | 273 | 207 | 116 | 0 | 34 | 72 | 33 | 37 | 54 | 64 |
| Binary | 10111011 | 10000111 | 1001110 | 0 | 11100 | 111010 | 11011 | 11111 | 101100 | 110100 |
Color Harmonies of #BB874E
Complementary color
Monochromatic Colors of #BB874E
Black with #BB874E
Text Example
Text Example
White with #BB874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB874E; }
p { color: rgb(187,135,78); }
H1.HeaderClassName
{
color: #BB874E;
}
.AnyTagClassName
{
color: #BB874E;
}
</style>
background-color css
<style>
a { background-color: #BB874E; }
a { background-color: rgb(187,135,78); }
div.DivClassName
{
background-color: #BB874E;
}
.BgClassName
{
background-color: #BB874E;
}
</style>
border-color css
<style>
span { border-color: #BB874E; }
span { border-color: rgb(187,135,78); }
td.TdClassName
{
border-color: #BB874E;
}
.TagClassName
{
border-color: #BB874E;
}
</style>