Shades of Tenne (Tawny) #BB680C
Tints of Tenne (Tawny) #BB680C
RGB
CMYK
RGB Variations
Color information
#BB680C (or 0xBB680C) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 0C. RGB value is (187,104,12). Sum of RGB (Red+Green+Blue) = 187+104+12=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB680C is #4497F3. Grayscale: #767676. Windows color (decimal): -4495348 or 813243. OLE color: 813243.
HSL color Cylindrical-coordinate representation of color #BB680C: hue angle of 31.54º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB680C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.27 |
| HSL | 31.54º | 0.88% | 0.39% | - |
| HSV(B) | 31.54º | 0.94% | 0.73% | - |
| XYZ | 25.51 | 20.49 | 2.96 | - |
| YUV | 118.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 12 | 0 | 0.44 | 0.94 | 0.27 | 31.54 | 0.88 | 0.39 |
| Hex | BB | 68 | C | 0 | 2C | 5E | 1B | 20 | 58 | 27 |
| Octal | 273 | 150 | 14 | 0 | 54 | 136 | 33 | 40 | 130 | 47 |
| Binary | 10111011 | 1101000 | 1100 | 0 | 101100 | 1011110 | 11011 | 100000 | 1011000 | 100111 |
Color Harmonies of #BB680C
Complementary color
Monochromatic Colors of #BB680C
Black with #BB680C
Text Example
Text Example
White with #BB680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB680C; }
p { color: rgb(187,104,12); }
H1.HeaderClassName
{
color: #BB680C;
}
.AnyTagClassName
{
color: #BB680C;
}
</style>
background-color css
<style>
a { background-color: #BB680C; }
a { background-color: rgb(187,104,12); }
div.DivClassName
{
background-color: #BB680C;
}
.BgClassName
{
background-color: #BB680C;
}
</style>
border-color css
<style>
span { border-color: #BB680C; }
span { border-color: rgb(187,104,12); }
td.TdClassName
{
border-color: #BB680C;
}
.TagClassName
{
border-color: #BB680C;
}
</style>