Shades of Tenne (Tawny) #B56702
Tints of Tenne (Tawny) #B56702
RGB
CMYK
RGB Variations
Color information
#B56702 (or 0xB56702) is known color: Tenne (Tawny). HEX triplet: B5, 67 and 02. RGB value is (181,103,2). Sum of RGB (Red+Green+Blue) = 181+103+2=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B56702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56702 is #4A98FD. Grayscale: #737373. Windows color (decimal): -4888830 or 157621. OLE color: 157621.
HSL color Cylindrical-coordinate representation of color #B56702: hue angle of 33.85º 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 #B56702 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.29 |
| HSL | 33.85º | 0.98% | 0.36% | - |
| HSV(B) | 33.85º | 0.99% | 0.71% | - |
| XYZ | 23.92 | 19.53 | 2.57 | - |
| YUV | 114.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 2 | 0 | 0.43 | 0.99 | 0.29 | 33.85 | 0.98 | 0.36 |
| Hex | B5 | 67 | 2 | 0 | 2B | 63 | 1D | 22 | 62 | 24 |
| Octal | 265 | 147 | 2 | 0 | 53 | 143 | 35 | 42 | 142 | 44 |
| Binary | 10110101 | 1100111 | 10 | 0 | 101011 | 1100011 | 11101 | 100010 | 1100010 | 100100 |
Color Harmonies of #B56702
Complementary color
Monochromatic Colors of #B56702
Black with #B56702
Text Example
Text Example
White with #B56702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56702; }
p { color: rgb(181,103,2); }
H1.HeaderClassName
{
color: #B56702;
}
.AnyTagClassName
{
color: #B56702;
}
</style>
background-color css
<style>
a { background-color: #B56702; }
a { background-color: rgb(181,103,2); }
div.DivClassName
{
background-color: #B56702;
}
.BgClassName
{
background-color: #B56702;
}
</style>
border-color css
<style>
span { border-color: #B56702; }
span { border-color: rgb(181,103,2); }
td.TdClassName
{
border-color: #B56702;
}
.TagClassName
{
border-color: #B56702;
}
</style>