Shades of Tenne (Tawny) #BB5902
Tints of Tenne (Tawny) #BB5902
RGB
CMYK
RGB Variations
Color information
#BB5902 (or 0xBB5902) is known color: Tenne (Tawny). HEX triplet: BB, 59 and 02. RGB value is (187,89,2). Sum of RGB (Red+Green+Blue) = 187+89+2=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5902 is #44A6FD. Grayscale: #6C6C6C. Windows color (decimal): -4499198 or 154043. OLE color: 154043.
HSL color Cylindrical-coordinate representation of color #BB5902: hue angle of 28.22º degrees, saturation: 0.98, 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 #BB5902 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.27 |
| HSL | 28.22º | 0.98% | 0.37% | - |
| HSV(B) | 28.22º | 0.99% | 0.73% | - |
| XYZ | 24.08 | 17.71 | 2.21 | - |
| YUV | 108.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 2 | 0 | 0.52 | 0.99 | 0.27 | 28.22 | 0.98 | 0.37 |
| Hex | BB | 59 | 2 | 0 | 34 | 63 | 1B | 1C | 62 | 25 |
| Octal | 273 | 131 | 2 | 0 | 64 | 143 | 33 | 34 | 142 | 45 |
| Binary | 10111011 | 1011001 | 10 | 0 | 110100 | 1100011 | 11011 | 11100 | 1100010 | 100101 |
Color Harmonies of #BB5902
Complementary color
Monochromatic Colors of #BB5902
Black with #BB5902
Text Example
Text Example
White with #BB5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5902; }
p { color: rgb(187,89,2); }
H1.HeaderClassName
{
color: #BB5902;
}
.AnyTagClassName
{
color: #BB5902;
}
</style>
background-color css
<style>
a { background-color: #BB5902; }
a { background-color: rgb(187,89,2); }
div.DivClassName
{
background-color: #BB5902;
}
.BgClassName
{
background-color: #BB5902;
}
</style>
border-color css
<style>
span { border-color: #BB5902; }
span { border-color: rgb(187,89,2); }
td.TdClassName
{
border-color: #BB5902;
}
.TagClassName
{
border-color: #BB5902;
}
</style>