Shades of Tenne (Tawny) #B8660B
Tints of Tenne (Tawny) #B8660B
RGB
CMYK
RGB Variations
Color information
#B8660B (or 0xB8660B) is known color: Tenne (Tawny). HEX triplet: B8, 66 and 0B. RGB value is (184,102,11). Sum of RGB (Red+Green+Blue) = 184+102+11=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8660B is #4799F4. Grayscale: #747474. Windows color (decimal): -4692469 or 747192. OLE color: 747192.
HSL color Cylindrical-coordinate representation of color #B8660B: hue angle of 31.56º 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 #B8660B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.28 |
| HSL | 31.56º | 0.89% | 0.38% | - |
| HSV(B) | 31.56º | 0.94% | 0.72% | - |
| XYZ | 24.58 | 19.72 | 2.83 | - |
| YUV | 116.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 11 | 0 | 0.45 | 0.94 | 0.28 | 31.56 | 0.89 | 0.38 |
| Hex | B8 | 66 | B | 0 | 2D | 5E | 1C | 20 | 59 | 26 |
| Octal | 270 | 146 | 13 | 0 | 55 | 136 | 34 | 40 | 131 | 46 |
| Binary | 10111000 | 1100110 | 1011 | 0 | 101101 | 1011110 | 11100 | 100000 | 1011001 | 100110 |
Color Harmonies of #B8660B
Complementary color
Monochromatic Colors of #B8660B
Black with #B8660B
Text Example
Text Example
White with #B8660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8660B; }
p { color: rgb(184,102,11); }
H1.HeaderClassName
{
color: #B8660B;
}
.AnyTagClassName
{
color: #B8660B;
}
</style>
background-color css
<style>
a { background-color: #B8660B; }
a { background-color: rgb(184,102,11); }
div.DivClassName
{
background-color: #B8660B;
}
.BgClassName
{
background-color: #B8660B;
}
</style>
border-color css
<style>
span { border-color: #B8660B; }
span { border-color: rgb(184,102,11); }
td.TdClassName
{
border-color: #B8660B;
}
.TagClassName
{
border-color: #B8660B;
}
</style>