Shades of Tenne (Tawny) #B56401
Tints of Tenne (Tawny) #B56401
RGB
CMYK
RGB Variations
Color information
#B56401 (or 0xB56401) is known color: Tenne (Tawny). HEX triplet: B5, 64 and 01. RGB value is (181,100,1). Sum of RGB (Red+Green+Blue) = 181+100+1=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B56401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56401 is #4A9BFE. Grayscale: #717171. Windows color (decimal): -4889599 or 91317. OLE color: 91317.
HSL color Cylindrical-coordinate representation of color #B56401: hue angle of 33º 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 #B56401 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.29 |
| HSL | 33º | 0.99% | 0.36% | - |
| HSV(B) | 33º | 0.99% | 0.71% | - |
| XYZ | 23.62 | 18.94 | 2.44 | - |
| YUV | 112.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 1 | 0 | 0.45 | 0.99 | 0.29 | 33 | 0.99 | 0.36 |
| Hex | B5 | 64 | 1 | 0 | 2D | 63 | 1D | 21 | 63 | 24 |
| Octal | 265 | 144 | 1 | 0 | 55 | 143 | 35 | 41 | 143 | 44 |
| Binary | 10110101 | 1100100 | 1 | 0 | 101101 | 1100011 | 11101 | 100001 | 1100011 | 100100 |
Color Harmonies of #B56401
Complementary color
Monochromatic Colors of #B56401
Black with #B56401
Text Example
Text Example
White with #B56401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56401; }
p { color: rgb(181,100,1); }
H1.HeaderClassName
{
color: #B56401;
}
.AnyTagClassName
{
color: #B56401;
}
</style>
background-color css
<style>
a { background-color: #B56401; }
a { background-color: rgb(181,100,1); }
div.DivClassName
{
background-color: #B56401;
}
.BgClassName
{
background-color: #B56401;
}
</style>
border-color css
<style>
span { border-color: #B56401; }
span { border-color: rgb(181,100,1); }
td.TdClassName
{
border-color: #B56401;
}
.TagClassName
{
border-color: #B56401;
}
</style>