Shades of Tenne (Tawny) #B55500
Tints of Tenne (Tawny) #B55500
RGB
CMYK
RGB Variations
Color information
#B55500 (or 0xB55500) is known color: Tenne (Tawny). HEX triplet: B5, 55 and 00. RGB value is (181,85,0). Sum of RGB (Red+Green+Blue) = 181+85+0=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B55500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55500 is #4AAAFF. Grayscale: #686868. Windows color (decimal): -4893440 or 21941. OLE color: 21941.
HSL color Cylindrical-coordinate representation of color #B55500: hue angle of 28.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B55500 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.29 |
| HSL | 28.18º | 1% | 0.35% | - |
| HSV(B) | 28.18º | 1% | 0.71% | - |
| XYZ | 22.3 | 16.32 | 1.97 | - |
| YUV | 104.01 | 69.3 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 0 | 0 | 0.53 | 1 | 0.29 | 28.18 | 1 | 0.35 |
| Hex | B5 | 55 | 0 | 0 | 35 | 64 | 1D | 1C | 64 | 23 |
| Octal | 265 | 125 | 0 | 0 | 65 | 144 | 35 | 34 | 144 | 43 |
| Binary | 10110101 | 1010101 | 0 | 0 | 110101 | 1100100 | 11101 | 11100 | 1100100 | 100011 |
Color Harmonies of #B55500
Complementary color
Monochromatic Colors of #B55500
Black with #B55500
Text Example
Text Example
White with #B55500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55500; }
p { color: rgb(181,85,0); }
H1.HeaderClassName
{
color: #B55500;
}
.AnyTagClassName
{
color: #B55500;
}
</style>
background-color css
<style>
a { background-color: #B55500; }
a { background-color: rgb(181,85,0); }
div.DivClassName
{
background-color: #B55500;
}
.BgClassName
{
background-color: #B55500;
}
</style>
border-color css
<style>
span { border-color: #B55500; }
span { border-color: rgb(181,85,0); }
td.TdClassName
{
border-color: #B55500;
}
.TagClassName
{
border-color: #B55500;
}
</style>