Shades of Tussock #BB8F50
Tints of Tussock #BB8F50
RGB
CMYK
RGB Variations
Color information
#BB8F50 (or 0xBB8F50) is known color: Tussock. HEX triplet: BB, 8F and 50. RGB value is (187,143,80). Sum of RGB (Red+Green+Blue) = 187+143+80=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F50 is #4470AF. Grayscale: #959595. Windows color (decimal): -4485296 or 5279675. OLE color: 5279675.
HSL color Cylindrical-coordinate representation of color #BB8F50: hue angle of 35.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB8F50 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 80 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.27 |
| HSL | 35.33º | 0.44% | 0.52% | - |
| HSV(B) | 35.33º | 0.57% | 0.73% | - |
| XYZ | 31.76 | 30.79 | 11.86 | - |
| YUV | 148.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 80 | 0 | 0.24 | 0.57 | 0.27 | 35.33 | 0.44 | 0.52 |
| Hex | BB | 8F | 50 | 0 | 18 | 39 | 1B | 23 | 2C | 34 |
| Octal | 273 | 217 | 120 | 0 | 30 | 71 | 33 | 43 | 54 | 64 |
| Binary | 10111011 | 10001111 | 1010000 | 0 | 11000 | 111001 | 11011 | 100011 | 101100 | 110100 |
Color Harmonies of #BB8F50
Complementary color
Monochromatic Colors of #BB8F50
Black with #BB8F50
Text Example
Text Example
White with #BB8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F50; }
p { color: rgb(187,143,80); }
H1.HeaderClassName
{
color: #BB8F50;
}
.AnyTagClassName
{
color: #BB8F50;
}
</style>
background-color css
<style>
a { background-color: #BB8F50; }
a { background-color: rgb(187,143,80); }
div.DivClassName
{
background-color: #BB8F50;
}
.BgClassName
{
background-color: #BB8F50;
}
</style>
border-color css
<style>
span { border-color: #BB8F50; }
span { border-color: rgb(187,143,80); }
td.TdClassName
{
border-color: #BB8F50;
}
.TagClassName
{
border-color: #BB8F50;
}
</style>