Shades of Tenne (Tawny) #BB5901
Tints of Tenne (Tawny) #BB5901
RGB
CMYK
RGB Variations
Color information
#BB5901 (or 0xBB5901) is known color: Tenne (Tawny). HEX triplet: BB, 59 and 01. RGB value is (187,89,1). Sum of RGB (Red+Green+Blue) = 187+89+1=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5901 is #44A6FE. Grayscale: #6C6C6C. Windows color (decimal): -4499199 or 88507. OLE color: 88507.
HSL color Cylindrical-coordinate representation of color #BB5901: hue angle of 28.39º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB5901 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.27 |
| HSL | 28.39º | 0.99% | 0.37% | - |
| HSV(B) | 28.39º | 0.99% | 0.73% | - |
| XYZ | 24.07 | 17.71 | 2.18 | - |
| YUV | 108.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 1 | 0 | 0.52 | 0.99 | 0.27 | 28.39 | 0.99 | 0.37 |
| Hex | BB | 59 | 1 | 0 | 34 | 63 | 1B | 1C | 63 | 25 |
| Octal | 273 | 131 | 1 | 0 | 64 | 143 | 33 | 34 | 143 | 45 |
| Binary | 10111011 | 1011001 | 1 | 0 | 110100 | 1100011 | 11011 | 11100 | 1100011 | 100101 |
Color Harmonies of #BB5901
Complementary color
Monochromatic Colors of #BB5901
Black with #BB5901
Text Example
Text Example
White with #BB5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5901; }
p { color: rgb(187,89,1); }
H1.HeaderClassName
{
color: #BB5901;
}
.AnyTagClassName
{
color: #BB5901;
}
</style>
background-color css
<style>
a { background-color: #BB5901; }
a { background-color: rgb(187,89,1); }
div.DivClassName
{
background-color: #BB5901;
}
.BgClassName
{
background-color: #BB5901;
}
</style>
border-color css
<style>
span { border-color: #BB5901; }
span { border-color: rgb(187,89,1); }
td.TdClassName
{
border-color: #BB5901;
}
.TagClassName
{
border-color: #BB5901;
}
</style>