Shades of Tenne (Tawny) #B55C0A
Tints of Tenne (Tawny) #B55C0A
RGB
CMYK
RGB Variations
Color information
#B55C0A (or 0xB55C0A) is known color: Tenne (Tawny). HEX triplet: B5, 5C and 0A. RGB value is (181,92,10). Sum of RGB (Red+Green+Blue) = 181+92+10=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55C0A is #4AA3F5. Grayscale: #6D6D6D. Windows color (decimal): -4891638 or 679093. OLE color: 679093.
HSL color Cylindrical-coordinate representation of color #B55C0A: hue angle of 28.77º 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 #B55C0A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.29 |
| HSL | 28.77º | 0.9% | 0.37% | - |
| HSV(B) | 28.77º | 0.94% | 0.71% | - |
| XYZ | 22.94 | 17.5 | 2.46 | - |
| YUV | 109.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 10 | 0 | 0.49 | 0.94 | 0.29 | 28.77 | 0.9 | 0.37 |
| Hex | B5 | 5C | A | 0 | 31 | 5E | 1D | 1D | 5A | 25 |
| Octal | 265 | 134 | 12 | 0 | 61 | 136 | 35 | 35 | 132 | 45 |
| Binary | 10110101 | 1011100 | 1010 | 0 | 110001 | 1011110 | 11101 | 11101 | 1011010 | 100101 |
Color Harmonies of #B55C0A
Complementary color
Monochromatic Colors of #B55C0A
Black with #B55C0A
Text Example
Text Example
White with #B55C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C0A; }
p { color: rgb(181,92,10); }
H1.HeaderClassName
{
color: #B55C0A;
}
.AnyTagClassName
{
color: #B55C0A;
}
</style>
background-color css
<style>
a { background-color: #B55C0A; }
a { background-color: rgb(181,92,10); }
div.DivClassName
{
background-color: #B55C0A;
}
.BgClassName
{
background-color: #B55C0A;
}
</style>
border-color css
<style>
span { border-color: #B55C0A; }
span { border-color: rgb(181,92,10); }
td.TdClassName
{
border-color: #B55C0A;
}
.TagClassName
{
border-color: #B55C0A;
}
</style>