Shades of Tussock #BB8D48
Tints of Tussock #BB8D48
RGB
CMYK
RGB Variations
Color information
#BB8D48 (or 0xBB8D48) is known color: Tussock. HEX triplet: BB, 8D and 48. RGB value is (187,141,72). Sum of RGB (Red+Green+Blue) = 187+141+72=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D48 is #4472B7. Grayscale: #939393. Windows color (decimal): -4485816 or 4754875. OLE color: 4754875.
HSL color Cylindrical-coordinate representation of color #BB8D48: hue angle of 36º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB8D48 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 72 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.27 |
| HSL | 36º | 0.46% | 0.51% | - |
| HSV(B) | 36º | 0.61% | 0.73% | - |
| XYZ | 31.19 | 30.08 | 10.29 | - |
| YUV | 146.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 72 | 0 | 0.25 | 0.61 | 0.27 | 36 | 0.46 | 0.51 |
| Hex | BB | 8D | 48 | 0 | 19 | 3D | 1B | 24 | 2E | 33 |
| Octal | 273 | 215 | 110 | 0 | 31 | 75 | 33 | 44 | 56 | 63 |
| Binary | 10111011 | 10001101 | 1001000 | 0 | 11001 | 111101 | 11011 | 100100 | 101110 | 110011 |
Color Harmonies of #BB8D48
Complementary color
Monochromatic Colors of #BB8D48
Black with #BB8D48
Text Example
Text Example
White with #BB8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D48; }
p { color: rgb(187,141,72); }
H1.HeaderClassName
{
color: #BB8D48;
}
.AnyTagClassName
{
color: #BB8D48;
}
</style>
background-color css
<style>
a { background-color: #BB8D48; }
a { background-color: rgb(187,141,72); }
div.DivClassName
{
background-color: #BB8D48;
}
.BgClassName
{
background-color: #BB8D48;
}
</style>
border-color css
<style>
span { border-color: #BB8D48; }
span { border-color: rgb(187,141,72); }
td.TdClassName
{
border-color: #BB8D48;
}
.TagClassName
{
border-color: #BB8D48;
}
</style>