Shades of Tussock #BB8F45
Tints of Tussock #BB8F45
RGB
CMYK
RGB Variations
Color information
#BB8F45 (or 0xBB8F45) is known color: Tussock. HEX triplet: BB, 8F and 45. RGB value is (187,143,69). Sum of RGB (Red+Green+Blue) = 187+143+69=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F45 is #4470BA. Grayscale: #949494. Windows color (decimal): -4485307 or 4558779. OLE color: 4558779.
HSL color Cylindrical-coordinate representation of color #BB8F45: hue angle of 37.63º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8F45 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 69 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.27 |
| HSL | 37.63º | 0.46% | 0.5% | - |
| HSV(B) | 37.63º | 0.63% | 0.73% | - |
| XYZ | 31.39 | 30.64 | 9.89 | - |
| YUV | 147.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 69 | 0 | 0.24 | 0.63 | 0.27 | 37.63 | 0.46 | 0.5 |
| Hex | BB | 8F | 45 | 0 | 18 | 3F | 1B | 26 | 2E | 32 |
| Octal | 273 | 217 | 105 | 0 | 30 | 77 | 33 | 46 | 56 | 62 |
| Binary | 10111011 | 10001111 | 1000101 | 0 | 11000 | 111111 | 11011 | 100110 | 101110 | 110010 |
Color Harmonies of #BB8F45
Complementary color
Monochromatic Colors of #BB8F45
Black with #BB8F45
Text Example
Text Example
White with #BB8F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F45; }
p { color: rgb(187,143,69); }
H1.HeaderClassName
{
color: #BB8F45;
}
.AnyTagClassName
{
color: #BB8F45;
}
</style>
background-color css
<style>
a { background-color: #BB8F45; }
a { background-color: rgb(187,143,69); }
div.DivClassName
{
background-color: #BB8F45;
}
.BgClassName
{
background-color: #BB8F45;
}
</style>
border-color css
<style>
span { border-color: #BB8F45; }
span { border-color: rgb(187,143,69); }
td.TdClassName
{
border-color: #BB8F45;
}
.TagClassName
{
border-color: #BB8F45;
}
</style>