Shades of Tenne (Tawny) #BB6709
Tints of Tenne (Tawny) #BB6709
RGB
CMYK
RGB Variations
Color information
#BB6709 (or 0xBB6709) is known color: Tenne (Tawny). HEX triplet: BB, 67 and 09. RGB value is (187,103,9). Sum of RGB (Red+Green+Blue) = 187+103+9=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6709 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6709 is #4498F6. Grayscale: #757575. Windows color (decimal): -4495607 or 616379. OLE color: 616379.
HSL color Cylindrical-coordinate representation of color #BB6709: hue angle of 31.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB6709 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 9 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.27 |
| HSL | 31.69º | 0.91% | 0.38% | - |
| HSV(B) | 31.69º | 0.95% | 0.73% | - |
| XYZ | 25.39 | 20.29 | 2.84 | - |
| YUV | 117.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 9 | 0 | 0.45 | 0.95 | 0.27 | 31.69 | 0.91 | 0.38 |
| Hex | BB | 67 | 9 | 0 | 2D | 5F | 1B | 20 | 5B | 26 |
| Octal | 273 | 147 | 11 | 0 | 55 | 137 | 33 | 40 | 133 | 46 |
| Binary | 10111011 | 1100111 | 1001 | 0 | 101101 | 1011111 | 11011 | 100000 | 1011011 | 100110 |
Color Harmonies of #BB6709
Complementary color
Monochromatic Colors of #BB6709
Black with #BB6709
Text Example
Text Example
White with #BB6709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6709; }
p { color: rgb(187,103,9); }
H1.HeaderClassName
{
color: #BB6709;
}
.AnyTagClassName
{
color: #BB6709;
}
</style>
background-color css
<style>
a { background-color: #BB6709; }
a { background-color: rgb(187,103,9); }
div.DivClassName
{
background-color: #BB6709;
}
.BgClassName
{
background-color: #BB6709;
}
</style>
border-color css
<style>
span { border-color: #BB6709; }
span { border-color: rgb(187,103,9); }
td.TdClassName
{
border-color: #BB6709;
}
.TagClassName
{
border-color: #BB6709;
}
</style>