Shades of Tenne (Tawny) #BB5812
Tints of Tenne (Tawny) #BB5812
RGB
CMYK
RGB Variations
Color information
#BB5812 (or 0xBB5812) is known color: Tenne (Tawny). HEX triplet: BB, 58 and 12. RGB value is (187,88,18). Sum of RGB (Red+Green+Blue) = 187+88+18=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5812 is #44A7ED. Grayscale: #6E6E6E. Windows color (decimal): -4499438 or 1202363. OLE color: 1202363.
HSL color Cylindrical-coordinate representation of color #BB5812: hue angle of 24.85º 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 #BB5812 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.27 |
| HSL | 24.85º | 0.82% | 0.4% | - |
| HSV(B) | 24.85º | 0.9% | 0.73% | - |
| XYZ | 24.09 | 17.59 | 2.7 | - |
| YUV | 109.62 | 76.3 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 18 | 0 | 0.53 | 0.90 | 0.27 | 24.85 | 0.82 | 0.4 |
| Hex | BB | 58 | 12 | 0 | 35 | 5A | 1B | 19 | 52 | 28 |
| Octal | 273 | 130 | 22 | 0 | 65 | 132 | 33 | 31 | 122 | 50 |
| Binary | 10111011 | 1011000 | 10010 | 0 | 110101 | 1011010 | 11011 | 11001 | 1010010 | 101000 |
Color Harmonies of #BB5812
Complementary color
Monochromatic Colors of #BB5812
Black with #BB5812
Text Example
Text Example
White with #BB5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5812; }
p { color: rgb(187,88,18); }
H1.HeaderClassName
{
color: #BB5812;
}
.AnyTagClassName
{
color: #BB5812;
}
</style>
background-color css
<style>
a { background-color: #BB5812; }
a { background-color: rgb(187,88,18); }
div.DivClassName
{
background-color: #BB5812;
}
.BgClassName
{
background-color: #BB5812;
}
</style>
border-color css
<style>
span { border-color: #BB5812; }
span { border-color: rgb(187,88,18); }
td.TdClassName
{
border-color: #BB5812;
}
.TagClassName
{
border-color: #BB5812;
}
</style>