Shades of Tenne (Tawny) #B8580B
Tints of Tenne (Tawny) #B8580B
RGB
CMYK
RGB Variations
Color information
#B8580B (or 0xB8580B) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 0B. RGB value is (184,88,11). Sum of RGB (Red+Green+Blue) = 184+88+11=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8580B is #47A7F4. Grayscale: #6C6C6C. Windows color (decimal): -4696053 or 743608. OLE color: 743608.
HSL color Cylindrical-coordinate representation of color #B8580B: hue angle of 26.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8580B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.28 |
| HSL | 26.71º | 0.89% | 0.38% | - |
| HSV(B) | 26.71º | 0.94% | 0.72% | - |
| XYZ | 23.32 | 17.19 | 2.41 | - |
| YUV | 107.93 | 73.3 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 11 | 0 | 0.52 | 0.94 | 0.28 | 26.71 | 0.89 | 0.38 |
| Hex | B8 | 58 | B | 0 | 34 | 5E | 1C | 1B | 59 | 26 |
| Octal | 270 | 130 | 13 | 0 | 64 | 136 | 34 | 33 | 131 | 46 |
| Binary | 10111000 | 1011000 | 1011 | 0 | 110100 | 1011110 | 11100 | 11011 | 1011001 | 100110 |
Color Harmonies of #B8580B
Complementary color
Monochromatic Colors of #B8580B
Black with #B8580B
Text Example
Text Example
White with #B8580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8580B; }
p { color: rgb(184,88,11); }
H1.HeaderClassName
{
color: #B8580B;
}
.AnyTagClassName
{
color: #B8580B;
}
</style>
background-color css
<style>
a { background-color: #B8580B; }
a { background-color: rgb(184,88,11); }
div.DivClassName
{
background-color: #B8580B;
}
.BgClassName
{
background-color: #B8580B;
}
</style>
border-color css
<style>
span { border-color: #B8580B; }
span { border-color: rgb(184,88,11); }
td.TdClassName
{
border-color: #B8580B;
}
.TagClassName
{
border-color: #B8580B;
}
</style>