Shades of Tenne (Tawny) #B8640B
Tints of Tenne (Tawny) #B8640B
RGB
CMYK
RGB Variations
Color information
#B8640B (or 0xB8640B) is known color: Tenne (Tawny). HEX triplet: B8, 64 and 0B. RGB value is (184,100,11). Sum of RGB (Red+Green+Blue) = 184+100+11=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8640B is #479BF4. Grayscale: #737373. Windows color (decimal): -4692981 or 746680. OLE color: 746680.
HSL color Cylindrical-coordinate representation of color #B8640B: hue angle of 30.87º 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 #B8640B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.28 |
| HSL | 30.87º | 0.89% | 0.38% | - |
| HSV(B) | 30.87º | 0.94% | 0.72% | - |
| XYZ | 24.38 | 19.33 | 2.76 | - |
| YUV | 114.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 11 | 0 | 0.46 | 0.94 | 0.28 | 30.87 | 0.89 | 0.38 |
| Hex | B8 | 64 | B | 0 | 2E | 5E | 1C | 1F | 59 | 26 |
| Octal | 270 | 144 | 13 | 0 | 56 | 136 | 34 | 37 | 131 | 46 |
| Binary | 10111000 | 1100100 | 1011 | 0 | 101110 | 1011110 | 11100 | 11111 | 1011001 | 100110 |
Color Harmonies of #B8640B
Complementary color
Monochromatic Colors of #B8640B
Black with #B8640B
Text Example
Text Example
White with #B8640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8640B; }
p { color: rgb(184,100,11); }
H1.HeaderClassName
{
color: #B8640B;
}
.AnyTagClassName
{
color: #B8640B;
}
</style>
background-color css
<style>
a { background-color: #B8640B; }
a { background-color: rgb(184,100,11); }
div.DivClassName
{
background-color: #B8640B;
}
.BgClassName
{
background-color: #B8640B;
}
</style>
border-color css
<style>
span { border-color: #B8640B; }
span { border-color: rgb(184,100,11); }
td.TdClassName
{
border-color: #B8640B;
}
.TagClassName
{
border-color: #B8640B;
}
</style>