Shades of Tenne (Tawny) #B55201
Tints of Tenne (Tawny) #B55201
RGB
CMYK
RGB Variations
Color information
#B55201 (or 0xB55201) is known color: Tenne (Tawny). HEX triplet: B5, 52 and 01. RGB value is (181,82,1). Sum of RGB (Red+Green+Blue) = 181+82+1=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B55201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55201 is #4AADFE. Grayscale: #666666. Windows color (decimal): -4894207 or 86709. OLE color: 86709.
HSL color Cylindrical-coordinate representation of color #B55201: hue angle of 27º 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 #B55201 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.29 |
| HSL | 27º | 0.99% | 0.36% | - |
| HSV(B) | 27º | 0.99% | 0.71% | - |
| XYZ | 22.08 | 15.86 | 1.93 | - |
| YUV | 102.37 | 70.8 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 1 | 0 | 0.55 | 0.99 | 0.29 | 27 | 0.99 | 0.36 |
| Hex | B5 | 52 | 1 | 0 | 37 | 63 | 1D | 1B | 63 | 24 |
| Octal | 265 | 122 | 1 | 0 | 67 | 143 | 35 | 33 | 143 | 44 |
| Binary | 10110101 | 1010010 | 1 | 0 | 110111 | 1100011 | 11101 | 11011 | 1100011 | 100100 |
Color Harmonies of #B55201
Complementary color
Monochromatic Colors of #B55201
Black with #B55201
Text Example
Text Example
White with #B55201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55201; }
p { color: rgb(181,82,1); }
H1.HeaderClassName
{
color: #B55201;
}
.AnyTagClassName
{
color: #B55201;
}
</style>
background-color css
<style>
a { background-color: #B55201; }
a { background-color: rgb(181,82,1); }
div.DivClassName
{
background-color: #B55201;
}
.BgClassName
{
background-color: #B55201;
}
</style>
border-color css
<style>
span { border-color: #B55201; }
span { border-color: rgb(181,82,1); }
td.TdClassName
{
border-color: #B55201;
}
.TagClassName
{
border-color: #B55201;
}
</style>