Shades of Tenne (Tawny) #B55902
Tints of Tenne (Tawny) #B55902
RGB
CMYK
RGB Variations
Color information
#B55902 (or 0xB55902) is known color: Tenne (Tawny). HEX triplet: B5, 59 and 02. RGB value is (181,89,2). Sum of RGB (Red+Green+Blue) = 181+89+2=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B55902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55902 is #4AA6FD. Grayscale: #6B6B6B. Windows color (decimal): -4892414 or 154037. OLE color: 154037.
HSL color Cylindrical-coordinate representation of color #B55902: hue angle of 29.16º degrees, saturation: 0.98, 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 #B55902 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.29 |
| HSL | 29.16º | 0.98% | 0.36% | - |
| HSV(B) | 29.16º | 0.99% | 0.71% | - |
| XYZ | 22.64 | 16.97 | 2.14 | - |
| YUV | 106.59 | 68.98 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 2 | 0 | 0.51 | 0.99 | 0.29 | 29.16 | 0.98 | 0.36 |
| Hex | B5 | 59 | 2 | 0 | 33 | 63 | 1D | 1D | 62 | 24 |
| Octal | 265 | 131 | 2 | 0 | 63 | 143 | 35 | 35 | 142 | 44 |
| Binary | 10110101 | 1011001 | 10 | 0 | 110011 | 1100011 | 11101 | 11101 | 1100010 | 100100 |
Color Harmonies of #B55902
Complementary color
Monochromatic Colors of #B55902
Black with #B55902
Text Example
Text Example
White with #B55902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55902; }
p { color: rgb(181,89,2); }
H1.HeaderClassName
{
color: #B55902;
}
.AnyTagClassName
{
color: #B55902;
}
</style>
background-color css
<style>
a { background-color: #B55902; }
a { background-color: rgb(181,89,2); }
div.DivClassName
{
background-color: #B55902;
}
.BgClassName
{
background-color: #B55902;
}
</style>
border-color css
<style>
span { border-color: #B55902; }
span { border-color: rgb(181,89,2); }
td.TdClassName
{
border-color: #B55902;
}
.TagClassName
{
border-color: #B55902;
}
</style>