Shades of Tenne (Tawny) #BB6100
Tints of Tenne (Tawny) #BB6100
RGB
CMYK
RGB Variations
Color information
#BB6100 (or 0xBB6100) is known color: Tenne (Tawny). HEX triplet: BB, 61 and 00. RGB value is (187,97,0). Sum of RGB (Red+Green+Blue) = 187+97+0=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6100 is #449EFF. Grayscale: #717171. Windows color (decimal): -4497152 or 25019. OLE color: 25019.
HSL color Cylindrical-coordinate representation of color #BB6100: hue angle of 31.12º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB6100 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.27 |
| HSL | 31.12º | 1% | 0.37% | - |
| HSV(B) | 31.12º | 1% | 0.73% | - |
| XYZ | 24.77 | 19.11 | 2.38 | - |
| YUV | 112.85 | 64.32 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 0 | 0 | 0.48 | 1 | 0.27 | 31.12 | 1 | 0.37 |
| Hex | BB | 61 | 0 | 0 | 30 | 64 | 1B | 1F | 64 | 25 |
| Octal | 273 | 141 | 0 | 0 | 60 | 144 | 33 | 37 | 144 | 45 |
| Binary | 10111011 | 1100001 | 0 | 0 | 110000 | 1100100 | 11011 | 11111 | 1100100 | 100101 |
Color Harmonies of #BB6100
Complementary color
Monochromatic Colors of #BB6100
Black with #BB6100
Text Example
Text Example
White with #BB6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6100; }
p { color: rgb(187,97,0); }
H1.HeaderClassName
{
color: #BB6100;
}
.AnyTagClassName
{
color: #BB6100;
}
</style>
background-color css
<style>
a { background-color: #BB6100; }
a { background-color: rgb(187,97,0); }
div.DivClassName
{
background-color: #BB6100;
}
.BgClassName
{
background-color: #BB6100;
}
</style>
border-color css
<style>
span { border-color: #BB6100; }
span { border-color: rgb(187,97,0); }
td.TdClassName
{
border-color: #BB6100;
}
.TagClassName
{
border-color: #BB6100;
}
</style>