Shades of Tenne (Tawny) #B76112
Tints of Tenne (Tawny) #B76112
RGB
CMYK
RGB Variations
Color information
#B76112 (or 0xB76112) is known color: Tenne (Tawny). HEX triplet: B7, 61 and 12. RGB value is (183,97,18). Sum of RGB (Red+Green+Blue) = 183+97+18=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B76112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76112 is #489EED. Grayscale: #727272. Windows color (decimal): -4759278 or 1204663. OLE color: 1204663.
HSL color Cylindrical-coordinate representation of color #B76112: hue angle of 28.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76112 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 18 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.28 |
| HSL | 28.73º | 0.82% | 0.39% | - |
| HSV(B) | 28.73º | 0.9% | 0.72% | - |
| XYZ | 23.91 | 18.66 | 2.91 | - |
| YUV | 113.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 18 | 0 | 0.47 | 0.90 | 0.28 | 28.73 | 0.82 | 0.39 |
| Hex | B7 | 61 | 12 | 0 | 2F | 5A | 1C | 1D | 52 | 27 |
| Octal | 267 | 141 | 22 | 0 | 57 | 132 | 34 | 35 | 122 | 47 |
| Binary | 10110111 | 1100001 | 10010 | 0 | 101111 | 1011010 | 11100 | 11101 | 1010010 | 100111 |
Color Harmonies of #B76112
Complementary color
Monochromatic Colors of #B76112
Black with #B76112
Text Example
Text Example
White with #B76112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76112; }
p { color: rgb(183,97,18); }
H1.HeaderClassName
{
color: #B76112;
}
.AnyTagClassName
{
color: #B76112;
}
</style>
background-color css
<style>
a { background-color: #B76112; }
a { background-color: rgb(183,97,18); }
div.DivClassName
{
background-color: #B76112;
}
.BgClassName
{
background-color: #B76112;
}
</style>
border-color css
<style>
span { border-color: #B76112; }
span { border-color: rgb(183,97,18); }
td.TdClassName
{
border-color: #B76112;
}
.TagClassName
{
border-color: #B76112;
}
</style>