Shades of Tenne (Tawny) #B56305
Tints of Tenne (Tawny) #B56305
RGB
CMYK
RGB Variations
Color information
#B56305 (or 0xB56305) is known color: Tenne (Tawny). HEX triplet: B5, 63 and 05. RGB value is (181,99,5). Sum of RGB (Red+Green+Blue) = 181+99+5=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B56305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56305 is #4A9CFA. Grayscale: #717171. Windows color (decimal): -4889851 or 353205. OLE color: 353205.
HSL color Cylindrical-coordinate representation of color #B56305: hue angle of 32.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B56305 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.29 |
| HSL | 32.05º | 0.95% | 0.36% | - |
| HSV(B) | 32.05º | 0.97% | 0.71% | - |
| XYZ | 23.55 | 18.76 | 2.52 | - |
| YUV | 112.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 5 | 0 | 0.45 | 0.97 | 0.29 | 32.05 | 0.95 | 0.36 |
| Hex | B5 | 63 | 5 | 0 | 2D | 61 | 1D | 20 | 5F | 24 |
| Octal | 265 | 143 | 5 | 0 | 55 | 141 | 35 | 40 | 137 | 44 |
| Binary | 10110101 | 1100011 | 101 | 0 | 101101 | 1100001 | 11101 | 100000 | 1011111 | 100100 |
Color Harmonies of #B56305
Complementary color
Monochromatic Colors of #B56305
Black with #B56305
Text Example
Text Example
White with #B56305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56305; }
p { color: rgb(181,99,5); }
H1.HeaderClassName
{
color: #B56305;
}
.AnyTagClassName
{
color: #B56305;
}
</style>
background-color css
<style>
a { background-color: #B56305; }
a { background-color: rgb(181,99,5); }
div.DivClassName
{
background-color: #B56305;
}
.BgClassName
{
background-color: #B56305;
}
</style>
border-color css
<style>
span { border-color: #B56305; }
span { border-color: rgb(181,99,5); }
td.TdClassName
{
border-color: #B56305;
}
.TagClassName
{
border-color: #B56305;
}
</style>