Shades of Tenne (Tawny) #B16101
Tints of Tenne (Tawny) #B16101
RGB
CMYK
RGB Variations
Color information
#B16101 (or 0xB16101) is known color: Tenne (Tawny). HEX triplet: B1, 61 and 01. RGB value is (177,97,1). Sum of RGB (Red+Green+Blue) = 177+97+1=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B16101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16101 is #4E9EFE. Grayscale: #6E6E6E. Windows color (decimal): -5152511 or 90545. OLE color: 90545.
HSL color Cylindrical-coordinate representation of color #B16101: hue angle of 32.73º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B16101 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.31 |
| HSL | 32.73º | 0.99% | 0.35% | - |
| HSV(B) | 32.73º | 0.99% | 0.69% | - |
| XYZ | 22.41 | 17.9 | 2.3 | - |
| YUV | 109.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 1 | 0 | 0.45 | 0.99 | 0.31 | 32.73 | 0.99 | 0.35 |
| Hex | B1 | 61 | 1 | 0 | 2D | 63 | 1F | 21 | 63 | 23 |
| Octal | 261 | 141 | 1 | 0 | 55 | 143 | 37 | 41 | 143 | 43 |
| Binary | 10110001 | 1100001 | 1 | 0 | 101101 | 1100011 | 11111 | 100001 | 1100011 | 100011 |
Color Harmonies of #B16101
Complementary color
Monochromatic Colors of #B16101
Black with #B16101
Text Example
Text Example
White with #B16101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16101; }
p { color: rgb(177,97,1); }
H1.HeaderClassName
{
color: #B16101;
}
.AnyTagClassName
{
color: #B16101;
}
</style>
background-color css
<style>
a { background-color: #B16101; }
a { background-color: rgb(177,97,1); }
div.DivClassName
{
background-color: #B16101;
}
.BgClassName
{
background-color: #B16101;
}
</style>
border-color css
<style>
span { border-color: #B16101; }
span { border-color: rgb(177,97,1); }
td.TdClassName
{
border-color: #B16101;
}
.TagClassName
{
border-color: #B16101;
}
</style>