Shades of Tenne (Tawny) #BB5000
Tints of Tenne (Tawny) #BB5000
RGB
CMYK
RGB Variations
Color information
#BB5000 (or 0xBB5000) is known color: Tenne (Tawny). HEX triplet: BB, 50 and 00. RGB value is (187,80,0). Sum of RGB (Red+Green+Blue) = 187+80+0=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5000 is #44AFFF. Grayscale: #676767. Windows color (decimal): -4501504 or 20667. OLE color: 20667.
HSL color Cylindrical-coordinate representation of color #BB5000: hue angle of 25.67º 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 #BB5000 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.27 |
| HSL | 25.67º | 1% | 0.37% | - |
| HSV(B) | 25.67º | 1% | 0.73% | - |
| XYZ | 23.36 | 16.3 | 1.92 | - |
| YUV | 102.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 0 | 0 | 0.57 | 1 | 0.27 | 25.67 | 1 | 0.37 |
| Hex | BB | 50 | 0 | 0 | 39 | 64 | 1B | 1A | 64 | 25 |
| Octal | 273 | 120 | 0 | 0 | 71 | 144 | 33 | 32 | 144 | 45 |
| Binary | 10111011 | 1010000 | 0 | 0 | 111001 | 1100100 | 11011 | 11010 | 1100100 | 100101 |
Color Harmonies of #BB5000
Complementary color
Monochromatic Colors of #BB5000
Black with #BB5000
Text Example
Text Example
White with #BB5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5000; }
p { color: rgb(187,80,0); }
H1.HeaderClassName
{
color: #BB5000;
}
.AnyTagClassName
{
color: #BB5000;
}
</style>
background-color css
<style>
a { background-color: #BB5000; }
a { background-color: rgb(187,80,0); }
div.DivClassName
{
background-color: #BB5000;
}
.BgClassName
{
background-color: #BB5000;
}
</style>
border-color css
<style>
span { border-color: #BB5000; }
span { border-color: rgb(187,80,0); }
td.TdClassName
{
border-color: #BB5000;
}
.TagClassName
{
border-color: #BB5000;
}
</style>