Shades of Tenne (Tawny) #B7620E
Tints of Tenne (Tawny) #B7620E
RGB
CMYK
RGB Variations
Color information
#B7620E (or 0xB7620E) is known color: Tenne (Tawny). HEX triplet: B7, 62 and 0E. RGB value is (183,98,14). Sum of RGB (Red+Green+Blue) = 183+98+14=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7620E is #489DF1. Grayscale: #727272. Windows color (decimal): -4759026 or 942775. OLE color: 942775.
HSL color Cylindrical-coordinate representation of color #B7620E: hue angle of 29.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7620E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.28 |
| HSL | 29.82º | 0.86% | 0.39% | - |
| HSV(B) | 29.82º | 0.92% | 0.72% | - |
| XYZ | 23.98 | 18.83 | 2.79 | - |
| YUV | 113.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 14 | 0 | 0.46 | 0.92 | 0.28 | 29.82 | 0.86 | 0.39 |
| Hex | B7 | 62 | E | 0 | 2E | 5C | 1C | 1E | 56 | 27 |
| Octal | 267 | 142 | 16 | 0 | 56 | 134 | 34 | 36 | 126 | 47 |
| Binary | 10110111 | 1100010 | 1110 | 0 | 101110 | 1011100 | 11100 | 11110 | 1010110 | 100111 |
Color Harmonies of #B7620E
Complementary color
Monochromatic Colors of #B7620E
Black with #B7620E
Text Example
Text Example
White with #B7620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7620E; }
p { color: rgb(183,98,14); }
H1.HeaderClassName
{
color: #B7620E;
}
.AnyTagClassName
{
color: #B7620E;
}
</style>
background-color css
<style>
a { background-color: #B7620E; }
a { background-color: rgb(183,98,14); }
div.DivClassName
{
background-color: #B7620E;
}
.BgClassName
{
background-color: #B7620E;
}
</style>
border-color css
<style>
span { border-color: #B7620E; }
span { border-color: rgb(183,98,14); }
td.TdClassName
{
border-color: #B7620E;
}
.TagClassName
{
border-color: #B7620E;
}
</style>