Shades of Tenne (Tawny) #BB6A09
Tints of Tenne (Tawny) #BB6A09
RGB
CMYK
RGB Variations
Color information
#BB6A09 (or 0xBB6A09) is known color: Tenne (Tawny). HEX triplet: BB, 6A and 09. RGB value is (187,106,9). Sum of RGB (Red+Green+Blue) = 187+106+9=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6A09 is #4495F6. Grayscale: #777777. Windows color (decimal): -4494839 or 617147. OLE color: 617147.
HSL color Cylindrical-coordinate representation of color #BB6A09: hue angle of 32.7º 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 #BB6A09 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 9 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.27 |
| HSL | 32.7º | 0.91% | 0.38% | - |
| HSV(B) | 32.7º | 0.95% | 0.73% | - |
| XYZ | 25.7 | 20.89 | 2.94 | - |
| YUV | 119.16 | 65.84 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 9 | 0 | 0.43 | 0.95 | 0.27 | 32.7 | 0.91 | 0.38 |
| Hex | BB | 6A | 9 | 0 | 2B | 5F | 1B | 21 | 5B | 26 |
| Octal | 273 | 152 | 11 | 0 | 53 | 137 | 33 | 41 | 133 | 46 |
| Binary | 10111011 | 1101010 | 1001 | 0 | 101011 | 1011111 | 11011 | 100001 | 1011011 | 100110 |
Color Harmonies of #BB6A09
Complementary color
Monochromatic Colors of #BB6A09
Black with #BB6A09
Text Example
Text Example
White with #BB6A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6A09; }
p { color: rgb(187,106,9); }
H1.HeaderClassName
{
color: #BB6A09;
}
.AnyTagClassName
{
color: #BB6A09;
}
</style>
background-color css
<style>
a { background-color: #BB6A09; }
a { background-color: rgb(187,106,9); }
div.DivClassName
{
background-color: #BB6A09;
}
.BgClassName
{
background-color: #BB6A09;
}
</style>
border-color css
<style>
span { border-color: #BB6A09; }
span { border-color: rgb(187,106,9); }
td.TdClassName
{
border-color: #BB6A09;
}
.TagClassName
{
border-color: #BB6A09;
}
</style>