Shades of Tenne (Tawny) #B55401
Tints of Tenne (Tawny) #B55401
RGB
CMYK
RGB Variations
Color information
#B55401 (or 0xB55401) is known color: Tenne (Tawny). HEX triplet: B5, 54 and 01. RGB value is (181,84,1). Sum of RGB (Red+Green+Blue) = 181+84+1=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B55401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55401 is #4AABFE. Grayscale: #676767. Windows color (decimal): -4893695 or 87221. OLE color: 87221.
HSL color Cylindrical-coordinate representation of color #B55401: hue angle of 27.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B55401 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.29 |
| HSL | 27.67º | 0.99% | 0.36% | - |
| HSV(B) | 27.67º | 0.99% | 0.71% | - |
| XYZ | 22.23 | 16.17 | 1.98 | - |
| YUV | 103.54 | 70.14 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 1 | 0 | 0.54 | 0.99 | 0.29 | 27.67 | 0.99 | 0.36 |
| Hex | B5 | 54 | 1 | 0 | 36 | 63 | 1D | 1C | 63 | 24 |
| Octal | 265 | 124 | 1 | 0 | 66 | 143 | 35 | 34 | 143 | 44 |
| Binary | 10110101 | 1010100 | 1 | 0 | 110110 | 1100011 | 11101 | 11100 | 1100011 | 100100 |
Color Harmonies of #B55401
Complementary color
Monochromatic Colors of #B55401
Black with #B55401
Text Example
Text Example
White with #B55401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55401; }
p { color: rgb(181,84,1); }
H1.HeaderClassName
{
color: #B55401;
}
.AnyTagClassName
{
color: #B55401;
}
</style>
background-color css
<style>
a { background-color: #B55401; }
a { background-color: rgb(181,84,1); }
div.DivClassName
{
background-color: #B55401;
}
.BgClassName
{
background-color: #B55401;
}
</style>
border-color css
<style>
span { border-color: #B55401; }
span { border-color: rgb(181,84,1); }
td.TdClassName
{
border-color: #B55401;
}
.TagClassName
{
border-color: #B55401;
}
</style>