Shades of Tenne (Tawny) #BB5E13
Tints of Tenne (Tawny) #BB5E13
RGB
CMYK
RGB Variations
Color information
#BB5E13 (or 0xBB5E13) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 13. RGB value is (187,94,19). Sum of RGB (Red+Green+Blue) = 187+94+19=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E13 is #44A1EC. Grayscale: #717171. Windows color (decimal): -4497901 or 1269435. OLE color: 1269435.
HSL color Cylindrical-coordinate representation of color #BB5E13: hue angle of 26.79º 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 #BB5E13 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 19 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.27 |
| HSL | 26.79º | 0.82% | 0.4% | - |
| HSV(B) | 26.79º | 0.9% | 0.73% | - |
| XYZ | 24.61 | 18.62 | 2.91 | - |
| YUV | 113.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 19 | 0 | 0.50 | 0.90 | 0.27 | 26.79 | 0.82 | 0.4 |
| Hex | BB | 5E | 13 | 0 | 32 | 5A | 1B | 1B | 52 | 28 |
| Octal | 273 | 136 | 23 | 0 | 62 | 132 | 33 | 33 | 122 | 50 |
| Binary | 10111011 | 1011110 | 10011 | 0 | 110010 | 1011010 | 11011 | 11011 | 1010010 | 101000 |
Color Harmonies of #BB5E13
Complementary color
Monochromatic Colors of #BB5E13
Black with #BB5E13
Text Example
Text Example
White with #BB5E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E13; }
p { color: rgb(187,94,19); }
H1.HeaderClassName
{
color: #BB5E13;
}
.AnyTagClassName
{
color: #BB5E13;
}
</style>
background-color css
<style>
a { background-color: #BB5E13; }
a { background-color: rgb(187,94,19); }
div.DivClassName
{
background-color: #BB5E13;
}
.BgClassName
{
background-color: #BB5E13;
}
</style>
border-color css
<style>
span { border-color: #BB5E13; }
span { border-color: rgb(187,94,19); }
td.TdClassName
{
border-color: #BB5E13;
}
.TagClassName
{
border-color: #BB5E13;
}
</style>