Shades of Tenne (Tawny) #B55805
Tints of Tenne (Tawny) #B55805
RGB
CMYK
RGB Variations
Color information
#B55805 (or 0xB55805) is known color: Tenne (Tawny). HEX triplet: B5, 58 and 05. RGB value is (181,88,5). Sum of RGB (Red+Green+Blue) = 181+88+5=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B55805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55805 is #4AA7FA. Grayscale: #6A6A6A. Windows color (decimal): -4892667 or 350389. OLE color: 350389.
HSL color Cylindrical-coordinate representation of color #B55805: hue angle of 28.3º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B55805 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.29 |
| HSL | 28.3º | 0.95% | 0.36% | - |
| HSV(B) | 28.3º | 0.97% | 0.71% | - |
| XYZ | 22.57 | 16.81 | 2.2 | - |
| YUV | 106.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 5 | 0 | 0.51 | 0.97 | 0.29 | 28.3 | 0.95 | 0.36 |
| Hex | B5 | 58 | 5 | 0 | 33 | 61 | 1D | 1C | 5F | 24 |
| Octal | 265 | 130 | 5 | 0 | 63 | 141 | 35 | 34 | 137 | 44 |
| Binary | 10110101 | 1011000 | 101 | 0 | 110011 | 1100001 | 11101 | 11100 | 1011111 | 100100 |
Color Harmonies of #B55805
Complementary color
Monochromatic Colors of #B55805
Black with #B55805
Text Example
Text Example
White with #B55805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55805; }
p { color: rgb(181,88,5); }
H1.HeaderClassName
{
color: #B55805;
}
.AnyTagClassName
{
color: #B55805;
}
</style>
background-color css
<style>
a { background-color: #B55805; }
a { background-color: rgb(181,88,5); }
div.DivClassName
{
background-color: #B55805;
}
.BgClassName
{
background-color: #B55805;
}
</style>
border-color css
<style>
span { border-color: #B55805; }
span { border-color: rgb(181,88,5); }
td.TdClassName
{
border-color: #B55805;
}
.TagClassName
{
border-color: #B55805;
}
</style>