Shades of Tenne (Tawny) #BB5500
Tints of Tenne (Tawny) #BB5500
RGB
CMYK
RGB Variations
Color information
#BB5500 (or 0xBB5500) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 00. RGB value is (187,85,0). Sum of RGB (Red+Green+Blue) = 187+85+0=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5500 is #44AAFF. Grayscale: #6A6A6A. Windows color (decimal): -4500224 or 21947. OLE color: 21947.
HSL color Cylindrical-coordinate representation of color #BB5500: hue angle of 27.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB5500 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.27 |
| HSL | 27.27º | 1% | 0.37% | - |
| HSV(B) | 27.27º | 1% | 0.73% | - |
| XYZ | 23.74 | 17.06 | 2.04 | - |
| YUV | 105.81 | 68.29 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 0 | 0 | 0.55 | 1 | 0.27 | 27.27 | 1 | 0.37 |
| Hex | BB | 55 | 0 | 0 | 37 | 64 | 1B | 1B | 64 | 25 |
| Octal | 273 | 125 | 0 | 0 | 67 | 144 | 33 | 33 | 144 | 45 |
| Binary | 10111011 | 1010101 | 0 | 0 | 110111 | 1100100 | 11011 | 11011 | 1100100 | 100101 |
Color Harmonies of #BB5500
Complementary color
Monochromatic Colors of #BB5500
Black with #BB5500
Text Example
Text Example
White with #BB5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5500; }
p { color: rgb(187,85,0); }
H1.HeaderClassName
{
color: #BB5500;
}
.AnyTagClassName
{
color: #BB5500;
}
</style>
background-color css
<style>
a { background-color: #BB5500; }
a { background-color: rgb(187,85,0); }
div.DivClassName
{
background-color: #BB5500;
}
.BgClassName
{
background-color: #BB5500;
}
</style>
border-color css
<style>
span { border-color: #BB5500; }
span { border-color: rgb(187,85,0); }
td.TdClassName
{
border-color: #BB5500;
}
.TagClassName
{
border-color: #BB5500;
}
</style>