Shades of Tenne (Tawny) #B56501
Tints of Tenne (Tawny) #B56501
RGB
CMYK
RGB Variations
Color information
#B56501 (or 0xB56501) is known color: Tenne (Tawny). HEX triplet: B5, 65 and 01. RGB value is (181,101,1). Sum of RGB (Red+Green+Blue) = 181+101+1=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B56501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56501 is #4A9AFE. Grayscale: #717171. Windows color (decimal): -4889343 or 91573. OLE color: 91573.
HSL color Cylindrical-coordinate representation of color #B56501: hue angle of 33.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 #B56501 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.29 |
| HSL | 33.33º | 0.99% | 0.36% | - |
| HSV(B) | 33.33º | 0.99% | 0.71% | - |
| XYZ | 23.72 | 19.13 | 2.47 | - |
| YUV | 113.52 | 64.5 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 1 | 0 | 0.44 | 0.99 | 0.29 | 33.33 | 0.99 | 0.36 |
| Hex | B5 | 65 | 1 | 0 | 2C | 63 | 1D | 21 | 63 | 24 |
| Octal | 265 | 145 | 1 | 0 | 54 | 143 | 35 | 41 | 143 | 44 |
| Binary | 10110101 | 1100101 | 1 | 0 | 101100 | 1100011 | 11101 | 100001 | 1100011 | 100100 |
Color Harmonies of #B56501
Complementary color
Monochromatic Colors of #B56501
Black with #B56501
Text Example
Text Example
White with #B56501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56501; }
p { color: rgb(181,101,1); }
H1.HeaderClassName
{
color: #B56501;
}
.AnyTagClassName
{
color: #B56501;
}
</style>
background-color css
<style>
a { background-color: #B56501; }
a { background-color: rgb(181,101,1); }
div.DivClassName
{
background-color: #B56501;
}
.BgClassName
{
background-color: #B56501;
}
</style>
border-color css
<style>
span { border-color: #B56501; }
span { border-color: rgb(181,101,1); }
td.TdClassName
{
border-color: #B56501;
}
.TagClassName
{
border-color: #B56501;
}
</style>