Shades of Tenne (Tawny) #BB6107
Tints of Tenne (Tawny) #BB6107
RGB
CMYK
RGB Variations
Color information
#BB6107 (or 0xBB6107) is known color: Tenne (Tawny). HEX triplet: BB, 61 and 07. RGB value is (187,97,7). Sum of RGB (Red+Green+Blue) = 187+97+7=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6107 is #449EF8. Grayscale: #727272. Windows color (decimal): -4497145 or 483771. OLE color: 483771.
HSL color Cylindrical-coordinate representation of color #BB6107: hue angle of 30º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB6107 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 7 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.27 |
| HSL | 30º | 0.93% | 0.38% | - |
| HSV(B) | 30º | 0.96% | 0.73% | - |
| XYZ | 24.81 | 19.13 | 2.59 | - |
| YUV | 113.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 7 | 0 | 0.48 | 0.96 | 0.27 | 30 | 0.93 | 0.38 |
| Hex | BB | 61 | 7 | 0 | 30 | 60 | 1B | 1E | 5D | 26 |
| Octal | 273 | 141 | 7 | 0 | 60 | 140 | 33 | 36 | 135 | 46 |
| Binary | 10111011 | 1100001 | 111 | 0 | 110000 | 1100000 | 11011 | 11110 | 1011101 | 100110 |
Color Harmonies of #BB6107
Complementary color
Monochromatic Colors of #BB6107
Black with #BB6107
Text Example
Text Example
White with #BB6107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6107; }
p { color: rgb(187,97,7); }
H1.HeaderClassName
{
color: #BB6107;
}
.AnyTagClassName
{
color: #BB6107;
}
</style>
background-color css
<style>
a { background-color: #BB6107; }
a { background-color: rgb(187,97,7); }
div.DivClassName
{
background-color: #BB6107;
}
.BgClassName
{
background-color: #BB6107;
}
</style>
border-color css
<style>
span { border-color: #BB6107; }
span { border-color: rgb(187,97,7); }
td.TdClassName
{
border-color: #BB6107;
}
.TagClassName
{
border-color: #BB6107;
}
</style>