Shades of Tenne (Tawny) #BB600B
Tints of Tenne (Tawny) #BB600B
RGB
CMYK
RGB Variations
Color information
#BB600B (or 0xBB600B) is known color: Tenne (Tawny). HEX triplet: BB, 60 and 0B. RGB value is (187,96,11). Sum of RGB (Red+Green+Blue) = 187+96+11=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB600B is #449FF4. Grayscale: #717171. Windows color (decimal): -4497397 or 745659. OLE color: 745659.
HSL color Cylindrical-coordinate representation of color #BB600B: hue angle of 28.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB600B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.27 |
| HSL | 28.98º | 0.89% | 0.39% | - |
| HSV(B) | 28.98º | 0.94% | 0.73% | - |
| XYZ | 24.74 | 18.95 | 2.67 | - |
| YUV | 113.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 11 | 0 | 0.49 | 0.94 | 0.27 | 28.98 | 0.89 | 0.39 |
| Hex | BB | 60 | B | 0 | 31 | 5E | 1B | 1D | 59 | 27 |
| Octal | 273 | 140 | 13 | 0 | 61 | 136 | 33 | 35 | 131 | 47 |
| Binary | 10111011 | 1100000 | 1011 | 0 | 110001 | 1011110 | 11011 | 11101 | 1011001 | 100111 |
Color Harmonies of #BB600B
Complementary color
Monochromatic Colors of #BB600B
Black with #BB600B
Text Example
Text Example
White with #BB600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB600B; }
p { color: rgb(187,96,11); }
H1.HeaderClassName
{
color: #BB600B;
}
.AnyTagClassName
{
color: #BB600B;
}
</style>
background-color css
<style>
a { background-color: #BB600B; }
a { background-color: rgb(187,96,11); }
div.DivClassName
{
background-color: #BB600B;
}
.BgClassName
{
background-color: #BB600B;
}
</style>
border-color css
<style>
span { border-color: #BB600B; }
span { border-color: rgb(187,96,11); }
td.TdClassName
{
border-color: #BB600B;
}
.TagClassName
{
border-color: #BB600B;
}
</style>