Shades of Tenne (Tawny) #B8610B
Tints of Tenne (Tawny) #B8610B
RGB
CMYK
RGB Variations
Color information
#B8610B (or 0xB8610B) is known color: Tenne (Tawny). HEX triplet: B8, 61 and 0B. RGB value is (184,97,11). Sum of RGB (Red+Green+Blue) = 184+97+11=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8610B is #479EF4. Grayscale: #717171. Windows color (decimal): -4693749 or 745912. OLE color: 745912.
HSL color Cylindrical-coordinate representation of color #B8610B: hue angle of 29.83º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8610B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.28 |
| HSL | 29.83º | 0.89% | 0.38% | - |
| HSV(B) | 29.83º | 0.94% | 0.72% | - |
| XYZ | 24.1 | 18.76 | 2.67 | - |
| YUV | 113.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 11 | 0 | 0.47 | 0.94 | 0.28 | 29.83 | 0.89 | 0.38 |
| Hex | B8 | 61 | B | 0 | 2F | 5E | 1C | 1E | 59 | 26 |
| Octal | 270 | 141 | 13 | 0 | 57 | 136 | 34 | 36 | 131 | 46 |
| Binary | 10111000 | 1100001 | 1011 | 0 | 101111 | 1011110 | 11100 | 11110 | 1011001 | 100110 |
Color Harmonies of #B8610B
Complementary color
Monochromatic Colors of #B8610B
Black with #B8610B
Text Example
Text Example
White with #B8610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8610B; }
p { color: rgb(184,97,11); }
H1.HeaderClassName
{
color: #B8610B;
}
.AnyTagClassName
{
color: #B8610B;
}
</style>
background-color css
<style>
a { background-color: #B8610B; }
a { background-color: rgb(184,97,11); }
div.DivClassName
{
background-color: #B8610B;
}
.BgClassName
{
background-color: #B8610B;
}
</style>
border-color css
<style>
span { border-color: #B8610B; }
span { border-color: rgb(184,97,11); }
td.TdClassName
{
border-color: #B8610B;
}
.TagClassName
{
border-color: #B8610B;
}
</style>