Shades of Tenne (Tawny) #BB640E
Tints of Tenne (Tawny) #BB640E
RGB
CMYK
RGB Variations
Color information
#BB640E (or 0xBB640E) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 0E. RGB value is (187,100,14). Sum of RGB (Red+Green+Blue) = 187+100+14=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB640E is #449BF1. Grayscale: #747474. Windows color (decimal): -4496370 or 943291. OLE color: 943291.
HSL color Cylindrical-coordinate representation of color #BB640E: hue angle of 29.83º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB640E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.27 |
| HSL | 29.83º | 0.86% | 0.39% | - |
| HSV(B) | 29.83º | 0.93% | 0.73% | - |
| XYZ | 25.13 | 19.71 | 2.9 | - |
| YUV | 116.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 14 | 0 | 0.47 | 0.93 | 0.27 | 29.83 | 0.86 | 0.39 |
| Hex | BB | 64 | E | 0 | 2F | 5D | 1B | 1E | 56 | 27 |
| Octal | 273 | 144 | 16 | 0 | 57 | 135 | 33 | 36 | 126 | 47 |
| Binary | 10111011 | 1100100 | 1110 | 0 | 101111 | 1011101 | 11011 | 11110 | 1010110 | 100111 |
Color Harmonies of #BB640E
Complementary color
Monochromatic Colors of #BB640E
Black with #BB640E
Text Example
Text Example
White with #BB640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB640E; }
p { color: rgb(187,100,14); }
H1.HeaderClassName
{
color: #BB640E;
}
.AnyTagClassName
{
color: #BB640E;
}
</style>
background-color css
<style>
a { background-color: #BB640E; }
a { background-color: rgb(187,100,14); }
div.DivClassName
{
background-color: #BB640E;
}
.BgClassName
{
background-color: #BB640E;
}
</style>
border-color css
<style>
span { border-color: #BB640E; }
span { border-color: rgb(187,100,14); }
td.TdClassName
{
border-color: #BB640E;
}
.TagClassName
{
border-color: #BB640E;
}
</style>