Shades of Tenne (Tawny) #B65201
Tints of Tenne (Tawny) #B65201
RGB
CMYK
RGB Variations
Color information
#B65201 (or 0xB65201) is known color: Tenne (Tawny). HEX triplet: B6, 52 and 01. RGB value is (182,82,1). Sum of RGB (Red+Green+Blue) = 182+82+1=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B65201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65201 is #49ADFE. Grayscale: #676767. Windows color (decimal): -4828671 or 86710. OLE color: 86710.
HSL color Cylindrical-coordinate representation of color #B65201: hue angle of 26.85º degrees, saturation: 0.99, 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 #B65201 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 82 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.29 |
| HSL | 26.85º | 0.99% | 0.36% | - |
| HSV(B) | 26.85º | 0.99% | 0.71% | - |
| XYZ | 22.31 | 15.98 | 1.94 | - |
| YUV | 102.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 1 | 0 | 0.55 | 0.99 | 0.29 | 26.85 | 0.99 | 0.36 |
| Hex | B6 | 52 | 1 | 0 | 37 | 63 | 1D | 1B | 63 | 24 |
| Octal | 266 | 122 | 1 | 0 | 67 | 143 | 35 | 33 | 143 | 44 |
| Binary | 10110110 | 1010010 | 1 | 0 | 110111 | 1100011 | 11101 | 11011 | 1100011 | 100100 |
Color Harmonies of #B65201
Complementary color
Monochromatic Colors of #B65201
Black with #B65201
Text Example
Text Example
White with #B65201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65201; }
p { color: rgb(182,82,1); }
H1.HeaderClassName
{
color: #B65201;
}
.AnyTagClassName
{
color: #B65201;
}
</style>
background-color css
<style>
a { background-color: #B65201; }
a { background-color: rgb(182,82,1); }
div.DivClassName
{
background-color: #B65201;
}
.BgClassName
{
background-color: #B65201;
}
</style>
border-color css
<style>
span { border-color: #B65201; }
span { border-color: rgb(182,82,1); }
td.TdClassName
{
border-color: #B65201;
}
.TagClassName
{
border-color: #B65201;
}
</style>