Shades of Tenne (Tawny) #B5590A
Tints of Tenne (Tawny) #B5590A
RGB
CMYK
RGB Variations
Color information
#B5590A (or 0xB5590A) is known color: Tenne (Tawny). HEX triplet: B5, 59 and 0A. RGB value is (181,89,10). Sum of RGB (Red+Green+Blue) = 181+89+10=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5590A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5590A is #4AA6F5. Grayscale: #6B6B6B. Windows color (decimal): -4892406 or 678325. OLE color: 678325.
HSL color Cylindrical-coordinate representation of color #B5590A: hue angle of 27.72º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5590A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.29 |
| HSL | 27.72º | 0.9% | 0.37% | - |
| HSV(B) | 27.72º | 0.94% | 0.71% | - |
| XYZ | 22.68 | 16.99 | 2.37 | - |
| YUV | 107.5 | 72.98 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 10 | 0 | 0.51 | 0.94 | 0.29 | 27.72 | 0.9 | 0.37 |
| Hex | B5 | 59 | A | 0 | 33 | 5E | 1D | 1C | 5A | 25 |
| Octal | 265 | 131 | 12 | 0 | 63 | 136 | 35 | 34 | 132 | 45 |
| Binary | 10110101 | 1011001 | 1010 | 0 | 110011 | 1011110 | 11101 | 11100 | 1011010 | 100101 |
Color Harmonies of #B5590A
Complementary color
Monochromatic Colors of #B5590A
Black with #B5590A
Text Example
Text Example
White with #B5590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5590A; }
p { color: rgb(181,89,10); }
H1.HeaderClassName
{
color: #B5590A;
}
.AnyTagClassName
{
color: #B5590A;
}
</style>
background-color css
<style>
a { background-color: #B5590A; }
a { background-color: rgb(181,89,10); }
div.DivClassName
{
background-color: #B5590A;
}
.BgClassName
{
background-color: #B5590A;
}
</style>
border-color css
<style>
span { border-color: #B5590A; }
span { border-color: rgb(181,89,10); }
td.TdClassName
{
border-color: #B5590A;
}
.TagClassName
{
border-color: #B5590A;
}
</style>