Shades of Tussock #BB874D
Tints of Tussock #BB874D
RGB
CMYK
RGB Variations
Color information
#BB874D (or 0xBB874D) is known color: Tussock. HEX triplet: BB, 87 and 4D. RGB value is (187,135,77). Sum of RGB (Red+Green+Blue) = 187+135+77=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB874D is #4478B2. Grayscale: #909090. Windows color (decimal): -4487347 or 5081019. OLE color: 5081019.
HSL color Cylindrical-coordinate representation of color #BB874D: hue angle of 31.64º 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 #BB874D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 77 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.27 |
| HSL | 31.64º | 0.45% | 0.52% | - |
| HSV(B) | 31.64º | 0.59% | 0.73% | - |
| XYZ | 30.5 | 28.43 | 10.9 | - |
| YUV | 143.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 77 | 0 | 0.28 | 0.59 | 0.27 | 31.64 | 0.45 | 0.52 |
| Hex | BB | 87 | 4D | 0 | 1C | 3B | 1B | 20 | 2D | 34 |
| Octal | 273 | 207 | 115 | 0 | 34 | 73 | 33 | 40 | 55 | 64 |
| Binary | 10111011 | 10000111 | 1001101 | 0 | 11100 | 111011 | 11011 | 100000 | 101101 | 110100 |
Color Harmonies of #BB874D
Complementary color
Monochromatic Colors of #BB874D
Black with #BB874D
Text Example
Text Example
White with #BB874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB874D; }
p { color: rgb(187,135,77); }
H1.HeaderClassName
{
color: #BB874D;
}
.AnyTagClassName
{
color: #BB874D;
}
</style>
background-color css
<style>
a { background-color: #BB874D; }
a { background-color: rgb(187,135,77); }
div.DivClassName
{
background-color: #BB874D;
}
.BgClassName
{
background-color: #BB874D;
}
</style>
border-color css
<style>
span { border-color: #BB874D; }
span { border-color: rgb(187,135,77); }
td.TdClassName
{
border-color: #BB874D;
}
.TagClassName
{
border-color: #BB874D;
}
</style>