Shades of Tussock #BB8D4E
Tints of Tussock #BB8D4E
RGB
CMYK
RGB Variations
Color information
#BB8D4E (or 0xBB8D4E) is known color: Tussock. HEX triplet: BB, 8D and 4E. RGB value is (187,141,78). Sum of RGB (Red+Green+Blue) = 187+141+78=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D4E is #4472B1. Grayscale: #939393. Windows color (decimal): -4485810 or 5148091. OLE color: 5148091.
HSL color Cylindrical-coordinate representation of color #BB8D4E: hue angle of 34.68º 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 #BB8D4E is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 78 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.27 |
| HSL | 34.68º | 0.44% | 0.52% | - |
| HSV(B) | 34.68º | 0.58% | 0.73% | - |
| XYZ | 31.39 | 30.16 | 11.38 | - |
| YUV | 147.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 78 | 0 | 0.25 | 0.58 | 0.27 | 34.68 | 0.44 | 0.52 |
| Hex | BB | 8D | 4E | 0 | 19 | 3A | 1B | 23 | 2C | 34 |
| Octal | 273 | 215 | 116 | 0 | 31 | 72 | 33 | 43 | 54 | 64 |
| Binary | 10111011 | 10001101 | 1001110 | 0 | 11001 | 111010 | 11011 | 100011 | 101100 | 110100 |
Color Harmonies of #BB8D4E
Complementary color
Monochromatic Colors of #BB8D4E
Black with #BB8D4E
Text Example
Text Example
White with #BB8D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D4E; }
p { color: rgb(187,141,78); }
H1.HeaderClassName
{
color: #BB8D4E;
}
.AnyTagClassName
{
color: #BB8D4E;
}
</style>
background-color css
<style>
a { background-color: #BB8D4E; }
a { background-color: rgb(187,141,78); }
div.DivClassName
{
background-color: #BB8D4E;
}
.BgClassName
{
background-color: #BB8D4E;
}
</style>
border-color css
<style>
span { border-color: #BB8D4E; }
span { border-color: rgb(187,141,78); }
td.TdClassName
{
border-color: #BB8D4E;
}
.TagClassName
{
border-color: #BB8D4E;
}
</style>