Shades of Tenne (Tawny) #B7580B
Tints of Tenne (Tawny) #B7580B
RGB
CMYK
RGB Variations
Color information
#B7580B (or 0xB7580B) is known color: Tenne (Tawny). HEX triplet: B7, 58 and 0B. RGB value is (183,88,11). Sum of RGB (Red+Green+Blue) = 183+88+11=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7580B is #48A7F4. Grayscale: #6C6C6C. Windows color (decimal): -4761589 or 743607. OLE color: 743607.
HSL color Cylindrical-coordinate representation of color #B7580B: hue angle of 26.86º 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 #B7580B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.28 |
| HSL | 26.86º | 0.89% | 0.38% | - |
| HSV(B) | 26.86º | 0.94% | 0.72% | - |
| XYZ | 23.08 | 17.07 | 2.4 | - |
| YUV | 107.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 11 | 0 | 0.52 | 0.94 | 0.28 | 26.86 | 0.89 | 0.38 |
| Hex | B7 | 58 | B | 0 | 34 | 5E | 1C | 1B | 59 | 26 |
| Octal | 267 | 130 | 13 | 0 | 64 | 136 | 34 | 33 | 131 | 46 |
| Binary | 10110111 | 1011000 | 1011 | 0 | 110100 | 1011110 | 11100 | 11011 | 1011001 | 100110 |
Color Harmonies of #B7580B
Complementary color
Monochromatic Colors of #B7580B
Black with #B7580B
Text Example
Text Example
White with #B7580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7580B; }
p { color: rgb(183,88,11); }
H1.HeaderClassName
{
color: #B7580B;
}
.AnyTagClassName
{
color: #B7580B;
}
</style>
background-color css
<style>
a { background-color: #B7580B; }
a { background-color: rgb(183,88,11); }
div.DivClassName
{
background-color: #B7580B;
}
.BgClassName
{
background-color: #B7580B;
}
</style>
border-color css
<style>
span { border-color: #B7580B; }
span { border-color: rgb(183,88,11); }
td.TdClassName
{
border-color: #B7580B;
}
.TagClassName
{
border-color: #B7580B;
}
</style>