Shades of Tenne (Tawny) #BB6400
Tints of Tenne (Tawny) #BB6400
RGB
CMYK
RGB Variations
Color information
#BB6400 (or 0xBB6400) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 00. RGB value is (187,100,0). Sum of RGB (Red+Green+Blue) = 187+100+0=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6400 is #449BFF. Grayscale: #737373. Windows color (decimal): -4496384 or 25787. OLE color: 25787.
HSL color Cylindrical-coordinate representation of color #BB6400: hue angle of 32.09º 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 #BB6400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.27 |
| HSL | 32.09º | 1% | 0.37% | - |
| HSV(B) | 32.09º | 1% | 0.73% | - |
| XYZ | 25.05 | 19.68 | 2.48 | - |
| YUV | 114.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 0 | 0 | 0.47 | 1 | 0.27 | 32.09 | 1 | 0.37 |
| Hex | BB | 64 | 0 | 0 | 2F | 64 | 1B | 20 | 64 | 25 |
| Octal | 273 | 144 | 0 | 0 | 57 | 144 | 33 | 40 | 144 | 45 |
| Binary | 10111011 | 1100100 | 0 | 0 | 101111 | 1100100 | 11011 | 100000 | 1100100 | 100101 |
Color Harmonies of #BB6400
Complementary color
Monochromatic Colors of #BB6400
Black with #BB6400
Text Example
Text Example
White with #BB6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6400; }
p { color: rgb(187,100,0); }
H1.HeaderClassName
{
color: #BB6400;
}
.AnyTagClassName
{
color: #BB6400;
}
</style>
background-color css
<style>
a { background-color: #BB6400; }
a { background-color: rgb(187,100,0); }
div.DivClassName
{
background-color: #BB6400;
}
.BgClassName
{
background-color: #BB6400;
}
</style>
border-color css
<style>
span { border-color: #BB6400; }
span { border-color: rgb(187,100,0); }
td.TdClassName
{
border-color: #BB6400;
}
.TagClassName
{
border-color: #BB6400;
}
</style>