Shades of Tenne (Tawny) #BB5501
Tints of Tenne (Tawny) #BB5501
RGB
CMYK
RGB Variations
Color information
#BB5501 (or 0xBB5501) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 01. RGB value is (187,85,1). Sum of RGB (Red+Green+Blue) = 187+85+1=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5501 is #44AAFE. Grayscale: #6A6A6A. Windows color (decimal): -4500223 or 87483. OLE color: 87483.
HSL color Cylindrical-coordinate representation of color #BB5501: hue angle of 27.1º 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 #BB5501 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.27 |
| HSL | 27.1º | 0.99% | 0.37% | - |
| HSV(B) | 27.1º | 0.99% | 0.73% | - |
| XYZ | 23.75 | 17.06 | 2.07 | - |
| YUV | 105.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 1 | 0 | 0.55 | 0.99 | 0.27 | 27.1 | 0.99 | 0.37 |
| Hex | BB | 55 | 1 | 0 | 37 | 63 | 1B | 1B | 63 | 25 |
| Octal | 273 | 125 | 1 | 0 | 67 | 143 | 33 | 33 | 143 | 45 |
| Binary | 10111011 | 1010101 | 1 | 0 | 110111 | 1100011 | 11011 | 11011 | 1100011 | 100101 |
Color Harmonies of #BB5501
Complementary color
Monochromatic Colors of #BB5501
Black with #BB5501
Text Example
Text Example
White with #BB5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5501; }
p { color: rgb(187,85,1); }
H1.HeaderClassName
{
color: #BB5501;
}
.AnyTagClassName
{
color: #BB5501;
}
</style>
background-color css
<style>
a { background-color: #BB5501; }
a { background-color: rgb(187,85,1); }
div.DivClassName
{
background-color: #BB5501;
}
.BgClassName
{
background-color: #BB5501;
}
</style>
border-color css
<style>
span { border-color: #BB5501; }
span { border-color: rgb(187,85,1); }
td.TdClassName
{
border-color: #BB5501;
}
.TagClassName
{
border-color: #BB5501;
}
</style>