Shades of Tenne (Tawny) #BB5900
Tints of Tenne (Tawny) #BB5900
RGB
CMYK
RGB Variations
Color information
#BB5900 (or 0xBB5900) is known color: Tenne (Tawny). HEX triplet: BB, 59 and 00. RGB value is (187,89,0). Sum of RGB (Red+Green+Blue) = 187+89+0=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5900 is #44A6FF. Grayscale: #6C6C6C. Windows color (decimal): -4499200 or 22971. OLE color: 22971.
HSL color Cylindrical-coordinate representation of color #BB5900: hue angle of 28.56º 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 #BB5900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.27 |
| HSL | 28.56º | 1% | 0.37% | - |
| HSV(B) | 28.56º | 1% | 0.73% | - |
| XYZ | 24.07 | 17.71 | 2.15 | - |
| YUV | 108.16 | 66.97 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 0 | 0 | 0.52 | 1 | 0.27 | 28.56 | 1 | 0.37 |
| Hex | BB | 59 | 0 | 0 | 34 | 64 | 1B | 1D | 64 | 25 |
| Octal | 273 | 131 | 0 | 0 | 64 | 144 | 33 | 35 | 144 | 45 |
| Binary | 10111011 | 1011001 | 0 | 0 | 110100 | 1100100 | 11011 | 11101 | 1100100 | 100101 |
Color Harmonies of #BB5900
Complementary color
Monochromatic Colors of #BB5900
Black with #BB5900
Text Example
Text Example
White with #BB5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5900; }
p { color: rgb(187,89,0); }
H1.HeaderClassName
{
color: #BB5900;
}
.AnyTagClassName
{
color: #BB5900;
}
</style>
background-color css
<style>
a { background-color: #BB5900; }
a { background-color: rgb(187,89,0); }
div.DivClassName
{
background-color: #BB5900;
}
.BgClassName
{
background-color: #BB5900;
}
</style>
border-color css
<style>
span { border-color: #BB5900; }
span { border-color: rgb(187,89,0); }
td.TdClassName
{
border-color: #BB5900;
}
.TagClassName
{
border-color: #BB5900;
}
</style>