Shades of Tussock #BB8F46
Tints of Tussock #BB8F46
RGB
CMYK
RGB Variations
Color information
#BB8F46 (or 0xBB8F46) is known color: Tussock. HEX triplet: BB, 8F and 46. RGB value is (187,143,70). Sum of RGB (Red+Green+Blue) = 187+143+70=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F46 is #4470B9. Grayscale: #949494. Windows color (decimal): -4485306 or 4624315. OLE color: 4624315.
HSL color Cylindrical-coordinate representation of color #BB8F46: hue angle of 37.44º 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 #BB8F46 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 70 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.27 |
| HSL | 37.44º | 0.46% | 0.5% | - |
| HSV(B) | 37.44º | 0.63% | 0.73% | - |
| XYZ | 31.42 | 30.65 | 10.05 | - |
| YUV | 147.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 70 | 0 | 0.24 | 0.63 | 0.27 | 37.44 | 0.46 | 0.5 |
| Hex | BB | 8F | 46 | 0 | 18 | 3F | 1B | 25 | 2E | 32 |
| Octal | 273 | 217 | 106 | 0 | 30 | 77 | 33 | 45 | 56 | 62 |
| Binary | 10111011 | 10001111 | 1000110 | 0 | 11000 | 111111 | 11011 | 100101 | 101110 | 110010 |
Color Harmonies of #BB8F46
Complementary color
Monochromatic Colors of #BB8F46
Black with #BB8F46
Text Example
Text Example
White with #BB8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F46; }
p { color: rgb(187,143,70); }
H1.HeaderClassName
{
color: #BB8F46;
}
.AnyTagClassName
{
color: #BB8F46;
}
</style>
background-color css
<style>
a { background-color: #BB8F46; }
a { background-color: rgb(187,143,70); }
div.DivClassName
{
background-color: #BB8F46;
}
.BgClassName
{
background-color: #BB8F46;
}
</style>
border-color css
<style>
span { border-color: #BB8F46; }
span { border-color: rgb(187,143,70); }
td.TdClassName
{
border-color: #BB8F46;
}
.TagClassName
{
border-color: #BB8F46;
}
</style>