Shades of Tenne (Tawny) #B56300
Tints of Tenne (Tawny) #B56300
RGB
CMYK
RGB Variations
Color information
#B56300 (or 0xB56300) is known color: Tenne (Tawny). HEX triplet: B5, 63 and 00. RGB value is (181,99,0). Sum of RGB (Red+Green+Blue) = 181+99+0=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B56300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56300 is #4A9CFF. Grayscale: #707070. Windows color (decimal): -4889856 or 25525. OLE color: 25525.
HSL color Cylindrical-coordinate representation of color #B56300: hue angle of 32.82º 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 #B56300 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.29 |
| HSL | 32.82º | 1% | 0.35% | - |
| HSV(B) | 32.82º | 1% | 0.71% | - |
| XYZ | 23.52 | 18.75 | 2.38 | - |
| YUV | 112.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 0 | 0 | 0.45 | 1 | 0.29 | 32.82 | 1 | 0.35 |
| Hex | B5 | 63 | 0 | 0 | 2D | 64 | 1D | 21 | 64 | 23 |
| Octal | 265 | 143 | 0 | 0 | 55 | 144 | 35 | 41 | 144 | 43 |
| Binary | 10110101 | 1100011 | 0 | 0 | 101101 | 1100100 | 11101 | 100001 | 1100100 | 100011 |
Color Harmonies of #B56300
Complementary color
Monochromatic Colors of #B56300
Black with #B56300
Text Example
Text Example
White with #B56300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56300; }
p { color: rgb(181,99,0); }
H1.HeaderClassName
{
color: #B56300;
}
.AnyTagClassName
{
color: #B56300;
}
</style>
background-color css
<style>
a { background-color: #B56300; }
a { background-color: rgb(181,99,0); }
div.DivClassName
{
background-color: #B56300;
}
.BgClassName
{
background-color: #B56300;
}
</style>
border-color css
<style>
span { border-color: #B56300; }
span { border-color: rgb(181,99,0); }
td.TdClassName
{
border-color: #B56300;
}
.TagClassName
{
border-color: #B56300;
}
</style>