Shades of Tenne (Tawny) #B56602
Tints of Tenne (Tawny) #B56602
RGB
CMYK
RGB Variations
Color information
#B56602 (or 0xB56602) is known color: Tenne (Tawny). HEX triplet: B5, 66 and 02. RGB value is (181,102,2). Sum of RGB (Red+Green+Blue) = 181+102+2=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B56602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56602 is #4A99FD. Grayscale: #727272. Windows color (decimal): -4889086 or 157365. OLE color: 157365.
HSL color Cylindrical-coordinate representation of color #B56602: hue angle of 33.52º degrees, saturation: 0.98, 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 #B56602 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.29 |
| HSL | 33.52º | 0.98% | 0.36% | - |
| HSV(B) | 33.52º | 0.99% | 0.71% | - |
| XYZ | 23.82 | 19.33 | 2.53 | - |
| YUV | 114.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 2 | 0 | 0.44 | 0.99 | 0.29 | 33.52 | 0.98 | 0.36 |
| Hex | B5 | 66 | 2 | 0 | 2C | 63 | 1D | 22 | 62 | 24 |
| Octal | 265 | 146 | 2 | 0 | 54 | 143 | 35 | 42 | 142 | 44 |
| Binary | 10110101 | 1100110 | 10 | 0 | 101100 | 1100011 | 11101 | 100010 | 1100010 | 100100 |
Color Harmonies of #B56602
Complementary color
Monochromatic Colors of #B56602
Black with #B56602
Text Example
Text Example
White with #B56602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56602; }
p { color: rgb(181,102,2); }
H1.HeaderClassName
{
color: #B56602;
}
.AnyTagClassName
{
color: #B56602;
}
</style>
background-color css
<style>
a { background-color: #B56602; }
a { background-color: rgb(181,102,2); }
div.DivClassName
{
background-color: #B56602;
}
.BgClassName
{
background-color: #B56602;
}
</style>
border-color css
<style>
span { border-color: #B56602; }
span { border-color: rgb(181,102,2); }
td.TdClassName
{
border-color: #B56602;
}
.TagClassName
{
border-color: #B56602;
}
</style>