Shades of Tenne (Tawny) #BB6807
Tints of Tenne (Tawny) #BB6807
RGB
CMYK
RGB Variations
Color information
#BB6807 (or 0xBB6807) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 07. RGB value is (187,104,7). Sum of RGB (Red+Green+Blue) = 187+104+7=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6807 is #4497F8. Grayscale: #767676. Windows color (decimal): -4495353 or 485563. OLE color: 485563.
HSL color Cylindrical-coordinate representation of color #BB6807: hue angle of 32.33º 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 #BB6807 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.27 |
| HSL | 32.33º | 0.93% | 0.38% | - |
| HSV(B) | 32.33º | 0.96% | 0.73% | - |
| XYZ | 25.48 | 20.48 | 2.81 | - |
| YUV | 117.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 7 | 0 | 0.44 | 0.96 | 0.27 | 32.33 | 0.93 | 0.38 |
| Hex | BB | 68 | 7 | 0 | 2C | 60 | 1B | 20 | 5D | 26 |
| Octal | 273 | 150 | 7 | 0 | 54 | 140 | 33 | 40 | 135 | 46 |
| Binary | 10111011 | 1101000 | 111 | 0 | 101100 | 1100000 | 11011 | 100000 | 1011101 | 100110 |
Color Harmonies of #BB6807
Complementary color
Monochromatic Colors of #BB6807
Black with #BB6807
Text Example
Text Example
White with #BB6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6807; }
p { color: rgb(187,104,7); }
H1.HeaderClassName
{
color: #BB6807;
}
.AnyTagClassName
{
color: #BB6807;
}
</style>
background-color css
<style>
a { background-color: #BB6807; }
a { background-color: rgb(187,104,7); }
div.DivClassName
{
background-color: #BB6807;
}
.BgClassName
{
background-color: #BB6807;
}
</style>
border-color css
<style>
span { border-color: #BB6807; }
span { border-color: rgb(187,104,7); }
td.TdClassName
{
border-color: #BB6807;
}
.TagClassName
{
border-color: #BB6807;
}
</style>