Shades of Tenne (Tawny) #B56301
Tints of Tenne (Tawny) #B56301
RGB
CMYK
RGB Variations
Color information
#B56301 (or 0xB56301) is known color: Tenne (Tawny). HEX triplet: B5, 63 and 01. RGB value is (181,99,1). Sum of RGB (Red+Green+Blue) = 181+99+1=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B56301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56301 is #4A9CFE. Grayscale: #707070. Windows color (decimal): -4889855 or 91061. OLE color: 91061.
HSL color Cylindrical-coordinate representation of color #B56301: hue angle of 32.67º 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 #B56301 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.29 |
| HSL | 32.67º | 0.99% | 0.36% | - |
| HSV(B) | 32.67º | 0.99% | 0.71% | - |
| XYZ | 23.52 | 18.75 | 2.41 | - |
| YUV | 112.35 | 65.17 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 1 | 0 | 0.45 | 0.99 | 0.29 | 32.67 | 0.99 | 0.36 |
| Hex | B5 | 63 | 1 | 0 | 2D | 63 | 1D | 21 | 63 | 24 |
| Octal | 265 | 143 | 1 | 0 | 55 | 143 | 35 | 41 | 143 | 44 |
| Binary | 10110101 | 1100011 | 1 | 0 | 101101 | 1100011 | 11101 | 100001 | 1100011 | 100100 |
Color Harmonies of #B56301
Complementary color
Monochromatic Colors of #B56301
Black with #B56301
Text Example
Text Example
White with #B56301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56301; }
p { color: rgb(181,99,1); }
H1.HeaderClassName
{
color: #B56301;
}
.AnyTagClassName
{
color: #B56301;
}
</style>
background-color css
<style>
a { background-color: #B56301; }
a { background-color: rgb(181,99,1); }
div.DivClassName
{
background-color: #B56301;
}
.BgClassName
{
background-color: #B56301;
}
</style>
border-color css
<style>
span { border-color: #B56301; }
span { border-color: rgb(181,99,1); }
td.TdClassName
{
border-color: #B56301;
}
.TagClassName
{
border-color: #B56301;
}
</style>