Shades of Tenne (Tawny) #B56101
Tints of Tenne (Tawny) #B56101
RGB
CMYK
RGB Variations
Color information
#B56101 (or 0xB56101) is known color: Tenne (Tawny). HEX triplet: B5, 61 and 01. RGB value is (181,97,1). Sum of RGB (Red+Green+Blue) = 181+97+1=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B56101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56101 is #4A9EFE. Grayscale: #6F6F6F. Windows color (decimal): -4890367 or 90549. OLE color: 90549.
HSL color Cylindrical-coordinate representation of color #B56101: hue angle of 32º degrees, saturation: 0.99, 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 #B56101 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.29 |
| HSL | 32º | 0.99% | 0.36% | - |
| HSV(B) | 32º | 0.99% | 0.71% | - |
| XYZ | 23.34 | 18.38 | 2.35 | - |
| YUV | 111.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 1 | 0 | 0.46 | 0.99 | 0.29 | 32 | 0.99 | 0.36 |
| Hex | B5 | 61 | 1 | 0 | 2E | 63 | 1D | 20 | 63 | 24 |
| Octal | 265 | 141 | 1 | 0 | 56 | 143 | 35 | 40 | 143 | 44 |
| Binary | 10110101 | 1100001 | 1 | 0 | 101110 | 1100011 | 11101 | 100000 | 1100011 | 100100 |
Color Harmonies of #B56101
Complementary color
Monochromatic Colors of #B56101
Black with #B56101
Text Example
Text Example
White with #B56101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56101; }
p { color: rgb(181,97,1); }
H1.HeaderClassName
{
color: #B56101;
}
.AnyTagClassName
{
color: #B56101;
}
</style>
background-color css
<style>
a { background-color: #B56101; }
a { background-color: rgb(181,97,1); }
div.DivClassName
{
background-color: #B56101;
}
.BgClassName
{
background-color: #B56101;
}
</style>
border-color css
<style>
span { border-color: #B56101; }
span { border-color: rgb(181,97,1); }
td.TdClassName
{
border-color: #B56101;
}
.TagClassName
{
border-color: #B56101;
}
</style>