Shades of Tenne (Tawny) #BB5912
Tints of Tenne (Tawny) #BB5912
RGB
CMYK
RGB Variations
Color information
#BB5912 (or 0xBB5912) is known color: Tenne (Tawny). HEX triplet: BB, 59 and 12. RGB value is (187,89,18). Sum of RGB (Red+Green+Blue) = 187+89+18=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5912 is #44A6ED. Grayscale: #6E6E6E. Windows color (decimal): -4499182 or 1202619. OLE color: 1202619.
HSL color Cylindrical-coordinate representation of color #BB5912: hue angle of 25.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB5912 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.27 |
| HSL | 25.21º | 0.82% | 0.4% | - |
| HSV(B) | 25.21º | 0.9% | 0.73% | - |
| XYZ | 24.18 | 17.75 | 2.72 | - |
| YUV | 110.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 18 | 0 | 0.52 | 0.90 | 0.27 | 25.21 | 0.82 | 0.4 |
| Hex | BB | 59 | 12 | 0 | 34 | 5A | 1B | 19 | 52 | 28 |
| Octal | 273 | 131 | 22 | 0 | 64 | 132 | 33 | 31 | 122 | 50 |
| Binary | 10111011 | 1011001 | 10010 | 0 | 110100 | 1011010 | 11011 | 11001 | 1010010 | 101000 |
Color Harmonies of #BB5912
Complementary color
Monochromatic Colors of #BB5912
Black with #BB5912
Text Example
Text Example
White with #BB5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5912; }
p { color: rgb(187,89,18); }
H1.HeaderClassName
{
color: #BB5912;
}
.AnyTagClassName
{
color: #BB5912;
}
</style>
background-color css
<style>
a { background-color: #BB5912; }
a { background-color: rgb(187,89,18); }
div.DivClassName
{
background-color: #BB5912;
}
.BgClassName
{
background-color: #BB5912;
}
</style>
border-color css
<style>
span { border-color: #BB5912; }
span { border-color: rgb(187,89,18); }
td.TdClassName
{
border-color: #BB5912;
}
.TagClassName
{
border-color: #BB5912;
}
</style>