Shades of Tenne (Tawny) #BB660C
Tints of Tenne (Tawny) #BB660C
RGB
CMYK
RGB Variations
Color information
#BB660C (or 0xBB660C) is known color: Tenne (Tawny). HEX triplet: BB, 66 and 0C. RGB value is (187,102,12). Sum of RGB (Red+Green+Blue) = 187+102+12=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB660C is #4499F3. Grayscale: #757575. Windows color (decimal): -4495860 or 812731. OLE color: 812731.
HSL color Cylindrical-coordinate representation of color #BB660C: hue angle of 30.86º 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 #BB660C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.27 |
| HSL | 30.86º | 0.88% | 0.39% | - |
| HSV(B) | 30.86º | 0.94% | 0.73% | - |
| XYZ | 25.31 | 20.09 | 2.89 | - |
| YUV | 117.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 12 | 0 | 0.45 | 0.94 | 0.27 | 30.86 | 0.88 | 0.39 |
| Hex | BB | 66 | C | 0 | 2D | 5E | 1B | 1F | 58 | 27 |
| Octal | 273 | 146 | 14 | 0 | 55 | 136 | 33 | 37 | 130 | 47 |
| Binary | 10111011 | 1100110 | 1100 | 0 | 101101 | 1011110 | 11011 | 11111 | 1011000 | 100111 |
Color Harmonies of #BB660C
Complementary color
Monochromatic Colors of #BB660C
Black with #BB660C
Text Example
Text Example
White with #BB660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB660C; }
p { color: rgb(187,102,12); }
H1.HeaderClassName
{
color: #BB660C;
}
.AnyTagClassName
{
color: #BB660C;
}
</style>
background-color css
<style>
a { background-color: #BB660C; }
a { background-color: rgb(187,102,12); }
div.DivClassName
{
background-color: #BB660C;
}
.BgClassName
{
background-color: #BB660C;
}
</style>
border-color css
<style>
span { border-color: #BB660C; }
span { border-color: rgb(187,102,12); }
td.TdClassName
{
border-color: #BB660C;
}
.TagClassName
{
border-color: #BB660C;
}
</style>