Shades of Tenne (Tawny) #B55700
Tints of Tenne (Tawny) #B55700
RGB
CMYK
RGB Variations
Color information
#B55700 (or 0xB55700) is known color: Tenne (Tawny). HEX triplet: B5, 57 and 00. RGB value is (181,87,0). Sum of RGB (Red+Green+Blue) = 181+87+0=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B55700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55700 is #4AA8FF. Grayscale: #696969. Windows color (decimal): -4892928 or 22453. OLE color: 22453.
HSL color Cylindrical-coordinate representation of color #B55700: hue angle of 28.84º 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 #B55700 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.29 |
| HSL | 28.84º | 1% | 0.35% | - |
| HSV(B) | 28.84º | 1% | 0.71% | - |
| XYZ | 22.46 | 16.64 | 2.03 | - |
| YUV | 105.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 0 | 0 | 0.52 | 1 | 0.29 | 28.84 | 1 | 0.35 |
| Hex | B5 | 57 | 0 | 0 | 34 | 64 | 1D | 1D | 64 | 23 |
| Octal | 265 | 127 | 0 | 0 | 64 | 144 | 35 | 35 | 144 | 43 |
| Binary | 10110101 | 1010111 | 0 | 0 | 110100 | 1100100 | 11101 | 11101 | 1100100 | 100011 |
Color Harmonies of #B55700
Complementary color
Monochromatic Colors of #B55700
Black with #B55700
Text Example
Text Example
White with #B55700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55700; }
p { color: rgb(181,87,0); }
H1.HeaderClassName
{
color: #B55700;
}
.AnyTagClassName
{
color: #B55700;
}
</style>
background-color css
<style>
a { background-color: #B55700; }
a { background-color: rgb(181,87,0); }
div.DivClassName
{
background-color: #B55700;
}
.BgClassName
{
background-color: #B55700;
}
</style>
border-color css
<style>
span { border-color: #B55700; }
span { border-color: rgb(181,87,0); }
td.TdClassName
{
border-color: #B55700;
}
.TagClassName
{
border-color: #B55700;
}
</style>