Shades of Tenne (Tawny) #B8690C
Tints of Tenne (Tawny) #B8690C
RGB
CMYK
RGB Variations
Color information
#B8690C (or 0xB8690C) is known color: Tenne (Tawny). HEX triplet: B8, 69 and 0C. RGB value is (184,105,12). Sum of RGB (Red+Green+Blue) = 184+105+12=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8690C is #4796F3. Grayscale: #767676. Windows color (decimal): -4691700 or 813496. OLE color: 813496.
HSL color Cylindrical-coordinate representation of color #B8690C: hue angle of 32.44º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8690C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 12 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.28 |
| HSL | 32.44º | 0.88% | 0.38% | - |
| HSV(B) | 32.44º | 0.93% | 0.72% | - |
| XYZ | 24.89 | 20.32 | 2.96 | - |
| YUV | 118.02 | 68.17 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 12 | 0 | 0.43 | 0.93 | 0.28 | 32.44 | 0.88 | 0.38 |
| Hex | B8 | 69 | C | 0 | 2B | 5D | 1C | 20 | 58 | 26 |
| Octal | 270 | 151 | 14 | 0 | 53 | 135 | 34 | 40 | 130 | 46 |
| Binary | 10111000 | 1101001 | 1100 | 0 | 101011 | 1011101 | 11100 | 100000 | 1011000 | 100110 |
Color Harmonies of #B8690C
Complementary color
Monochromatic Colors of #B8690C
Black with #B8690C
Text Example
Text Example
White with #B8690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8690C; }
p { color: rgb(184,105,12); }
H1.HeaderClassName
{
color: #B8690C;
}
.AnyTagClassName
{
color: #B8690C;
}
</style>
background-color css
<style>
a { background-color: #B8690C; }
a { background-color: rgb(184,105,12); }
div.DivClassName
{
background-color: #B8690C;
}
.BgClassName
{
background-color: #B8690C;
}
</style>
border-color css
<style>
span { border-color: #B8690C; }
span { border-color: rgb(184,105,12); }
td.TdClassName
{
border-color: #B8690C;
}
.TagClassName
{
border-color: #B8690C;
}
</style>