Shades of Tenne (Tawny) #BB580B
Tints of Tenne (Tawny) #BB580B
RGB
CMYK
RGB Variations
Color information
#BB580B (or 0xBB580B) is known color: Tenne (Tawny). HEX triplet: BB, 58 and 0B. RGB value is (187,88,11). Sum of RGB (Red+Green+Blue) = 187+88+11=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB580B is #44A7F4. Grayscale: #6D6D6D. Windows color (decimal): -4499445 or 743611. OLE color: 743611.
HSL color Cylindrical-coordinate representation of color #BB580B: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB580B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.27 |
| HSL | 26.25º | 0.89% | 0.39% | - |
| HSV(B) | 26.25º | 0.94% | 0.73% | - |
| XYZ | 24.04 | 17.57 | 2.44 | - |
| YUV | 108.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 11 | 0 | 0.53 | 0.94 | 0.27 | 26.25 | 0.89 | 0.39 |
| Hex | BB | 58 | B | 0 | 35 | 5E | 1B | 1A | 59 | 27 |
| Octal | 273 | 130 | 13 | 0 | 65 | 136 | 33 | 32 | 131 | 47 |
| Binary | 10111011 | 1011000 | 1011 | 0 | 110101 | 1011110 | 11011 | 11010 | 1011001 | 100111 |
Color Harmonies of #BB580B
Complementary color
Monochromatic Colors of #BB580B
Black with #BB580B
Text Example
Text Example
White with #BB580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB580B; }
p { color: rgb(187,88,11); }
H1.HeaderClassName
{
color: #BB580B;
}
.AnyTagClassName
{
color: #BB580B;
}
</style>
background-color css
<style>
a { background-color: #BB580B; }
a { background-color: rgb(187,88,11); }
div.DivClassName
{
background-color: #BB580B;
}
.BgClassName
{
background-color: #BB580B;
}
</style>
border-color css
<style>
span { border-color: #BB580B; }
span { border-color: rgb(187,88,11); }
td.TdClassName
{
border-color: #BB580B;
}
.TagClassName
{
border-color: #BB580B;
}
</style>