Shades of Tenne (Tawny) #BB590C
Tints of Tenne (Tawny) #BB590C
RGB
CMYK
RGB Variations
Color information
#BB590C (or 0xBB590C) is known color: Tenne (Tawny). HEX triplet: BB, 59 and 0C. RGB value is (187,89,12). Sum of RGB (Red+Green+Blue) = 187+89+12=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB590C is #44A6F3. Grayscale: #6D6D6D. Windows color (decimal): -4499188 or 809403. OLE color: 809403.
HSL color Cylindrical-coordinate representation of color #BB590C: hue angle of 26.4º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB590C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.27 |
| HSL | 26.4º | 0.88% | 0.39% | - |
| HSV(B) | 26.4º | 0.94% | 0.73% | - |
| XYZ | 24.13 | 17.74 | 2.5 | - |
| YUV | 109.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 12 | 0 | 0.52 | 0.94 | 0.27 | 26.4 | 0.88 | 0.39 |
| Hex | BB | 59 | C | 0 | 34 | 5E | 1B | 1A | 58 | 27 |
| Octal | 273 | 131 | 14 | 0 | 64 | 136 | 33 | 32 | 130 | 47 |
| Binary | 10111011 | 1011001 | 1100 | 0 | 110100 | 1011110 | 11011 | 11010 | 1011000 | 100111 |
Color Harmonies of #BB590C
Complementary color
Monochromatic Colors of #BB590C
Black with #BB590C
Text Example
Text Example
White with #BB590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB590C; }
p { color: rgb(187,89,12); }
H1.HeaderClassName
{
color: #BB590C;
}
.AnyTagClassName
{
color: #BB590C;
}
</style>
background-color css
<style>
a { background-color: #BB590C; }
a { background-color: rgb(187,89,12); }
div.DivClassName
{
background-color: #BB590C;
}
.BgClassName
{
background-color: #BB590C;
}
</style>
border-color css
<style>
span { border-color: #BB590C; }
span { border-color: rgb(187,89,12); }
td.TdClassName
{
border-color: #BB590C;
}
.TagClassName
{
border-color: #BB590C;
}
</style>