Shades of Tenne (Tawny) #B8680E
Tints of Tenne (Tawny) #B8680E
RGB
CMYK
RGB Variations
Color information
#B8680E (or 0xB8680E) is known color: Tenne (Tawny). HEX triplet: B8, 68 and 0E. RGB value is (184,104,14). Sum of RGB (Red+Green+Blue) = 184+104+14=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8680E is #4797F1. Grayscale: #767676. Windows color (decimal): -4691954 or 944312. OLE color: 944312.
HSL color Cylindrical-coordinate representation of color #B8680E: hue angle of 31.76º 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 #B8680E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 14 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.28 |
| HSL | 31.76º | 0.86% | 0.39% | - |
| HSV(B) | 31.76º | 0.92% | 0.72% | - |
| XYZ | 24.8 | 20.12 | 2.99 | - |
| YUV | 117.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 14 | 0 | 0.43 | 0.92 | 0.28 | 31.76 | 0.86 | 0.39 |
| Hex | B8 | 68 | E | 0 | 2B | 5C | 1C | 20 | 56 | 27 |
| Octal | 270 | 150 | 16 | 0 | 53 | 134 | 34 | 40 | 126 | 47 |
| Binary | 10111000 | 1101000 | 1110 | 0 | 101011 | 1011100 | 11100 | 100000 | 1010110 | 100111 |
Color Harmonies of #B8680E
Complementary color
Monochromatic Colors of #B8680E
Black with #B8680E
Text Example
Text Example
White with #B8680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8680E; }
p { color: rgb(184,104,14); }
H1.HeaderClassName
{
color: #B8680E;
}
.AnyTagClassName
{
color: #B8680E;
}
</style>
background-color css
<style>
a { background-color: #B8680E; }
a { background-color: rgb(184,104,14); }
div.DivClassName
{
background-color: #B8680E;
}
.BgClassName
{
background-color: #B8680E;
}
</style>
border-color css
<style>
span { border-color: #B8680E; }
span { border-color: rgb(184,104,14); }
td.TdClassName
{
border-color: #B8680E;
}
.TagClassName
{
border-color: #B8680E;
}
</style>