Shades of Tussock #BB8D4A
Tints of Tussock #BB8D4A
RGB
CMYK
RGB Variations
Color information
#BB8D4A (or 0xBB8D4A) is known color: Tussock. HEX triplet: BB, 8D and 4A. RGB value is (187,141,74). Sum of RGB (Red+Green+Blue) = 187+141+74=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D4A is #4472B5. Grayscale: #939393. Windows color (decimal): -4485814 or 4885947. OLE color: 4885947.
HSL color Cylindrical-coordinate representation of color #BB8D4A: hue angle of 35.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB8D4A is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 74 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.27 |
| HSL | 35.58º | 0.45% | 0.51% | - |
| HSV(B) | 35.58º | 0.6% | 0.73% | - |
| XYZ | 31.25 | 30.11 | 10.64 | - |
| YUV | 147.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 74 | 0 | 0.25 | 0.60 | 0.27 | 35.58 | 0.45 | 0.51 |
| Hex | BB | 8D | 4A | 0 | 19 | 3C | 1B | 24 | 2D | 33 |
| Octal | 273 | 215 | 112 | 0 | 31 | 74 | 33 | 44 | 55 | 63 |
| Binary | 10111011 | 10001101 | 1001010 | 0 | 11001 | 111100 | 11011 | 100100 | 101101 | 110011 |
Color Harmonies of #BB8D4A
Complementary color
Monochromatic Colors of #BB8D4A
Black with #BB8D4A
Text Example
Text Example
White with #BB8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D4A; }
p { color: rgb(187,141,74); }
H1.HeaderClassName
{
color: #BB8D4A;
}
.AnyTagClassName
{
color: #BB8D4A;
}
</style>
background-color css
<style>
a { background-color: #BB8D4A; }
a { background-color: rgb(187,141,74); }
div.DivClassName
{
background-color: #BB8D4A;
}
.BgClassName
{
background-color: #BB8D4A;
}
</style>
border-color css
<style>
span { border-color: #BB8D4A; }
span { border-color: rgb(187,141,74); }
td.TdClassName
{
border-color: #BB8D4A;
}
.TagClassName
{
border-color: #BB8D4A;
}
</style>