Shades of Tenne (Tawny) #B56502
Tints of Tenne (Tawny) #B56502
RGB
CMYK
RGB Variations
Color information
#B56502 (or 0xB56502) is known color: Tenne (Tawny). HEX triplet: B5, 65 and 02. RGB value is (181,101,2). Sum of RGB (Red+Green+Blue) = 181+101+2=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B56502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56502 is #4A9AFD. Grayscale: #727272. Windows color (decimal): -4889342 or 157109. OLE color: 157109.
HSL color Cylindrical-coordinate representation of color #B56502: hue angle of 33.18º 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 #B56502 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.29 |
| HSL | 33.18º | 0.98% | 0.36% | - |
| HSV(B) | 33.18º | 0.99% | 0.71% | - |
| XYZ | 23.72 | 19.14 | 2.5 | - |
| YUV | 113.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 2 | 0 | 0.44 | 0.99 | 0.29 | 33.18 | 0.98 | 0.36 |
| Hex | B5 | 65 | 2 | 0 | 2C | 63 | 1D | 21 | 62 | 24 |
| Octal | 265 | 145 | 2 | 0 | 54 | 143 | 35 | 41 | 142 | 44 |
| Binary | 10110101 | 1100101 | 10 | 0 | 101100 | 1100011 | 11101 | 100001 | 1100010 | 100100 |
Color Harmonies of #B56502
Complementary color
Monochromatic Colors of #B56502
Black with #B56502
Text Example
Text Example
White with #B56502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56502; }
p { color: rgb(181,101,2); }
H1.HeaderClassName
{
color: #B56502;
}
.AnyTagClassName
{
color: #B56502;
}
</style>
background-color css
<style>
a { background-color: #B56502; }
a { background-color: rgb(181,101,2); }
div.DivClassName
{
background-color: #B56502;
}
.BgClassName
{
background-color: #B56502;
}
</style>
border-color css
<style>
span { border-color: #B56502; }
span { border-color: rgb(181,101,2); }
td.TdClassName
{
border-color: #B56502;
}
.TagClassName
{
border-color: #B56502;
}
</style>