Shades of Tenne (Tawny) #B8560B
Tints of Tenne (Tawny) #B8560B
RGB
CMYK
RGB Variations
Color information
#B8560B (or 0xB8560B) is known color: Tenne (Tawny). HEX triplet: B8, 56 and 0B. RGB value is (184,86,11). Sum of RGB (Red+Green+Blue) = 184+86+11=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8560B is #47A9F4. Grayscale: #6B6B6B. Windows color (decimal): -4696565 or 743096. OLE color: 743096.
HSL color Cylindrical-coordinate representation of color #B8560B: hue angle of 26.01º 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 #B8560B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.28 |
| HSL | 26.01º | 0.89% | 0.38% | - |
| HSV(B) | 26.01º | 0.94% | 0.72% | - |
| XYZ | 23.16 | 16.87 | 2.35 | - |
| YUV | 106.75 | 73.97 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 11 | 0 | 0.53 | 0.94 | 0.28 | 26.01 | 0.89 | 0.38 |
| Hex | B8 | 56 | B | 0 | 35 | 5E | 1C | 1A | 59 | 26 |
| Octal | 270 | 126 | 13 | 0 | 65 | 136 | 34 | 32 | 131 | 46 |
| Binary | 10111000 | 1010110 | 1011 | 0 | 110101 | 1011110 | 11100 | 11010 | 1011001 | 100110 |
Color Harmonies of #B8560B
Complementary color
Monochromatic Colors of #B8560B
Black with #B8560B
Text Example
Text Example
White with #B8560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8560B; }
p { color: rgb(184,86,11); }
H1.HeaderClassName
{
color: #B8560B;
}
.AnyTagClassName
{
color: #B8560B;
}
</style>
background-color css
<style>
a { background-color: #B8560B; }
a { background-color: rgb(184,86,11); }
div.DivClassName
{
background-color: #B8560B;
}
.BgClassName
{
background-color: #B8560B;
}
</style>
border-color css
<style>
span { border-color: #B8560B; }
span { border-color: rgb(184,86,11); }
td.TdClassName
{
border-color: #B8560B;
}
.TagClassName
{
border-color: #B8560B;
}
</style>