Shades of Tenne (Tawny) #BB600C
Tints of Tenne (Tawny) #BB600C
RGB
CMYK
RGB Variations
Color information
#BB600C (or 0xBB600C) is known color: Tenne (Tawny). HEX triplet: BB, 60 and 0C. RGB value is (187,96,12). Sum of RGB (Red+Green+Blue) = 187+96+12=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB600C is #449FF3. Grayscale: #727272. Windows color (decimal): -4497396 or 811195. OLE color: 811195.
HSL color Cylindrical-coordinate representation of color #BB600C: hue angle of 28.8º degrees, saturation: 0.88, 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 #BB600C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.27 |
| HSL | 28.8º | 0.88% | 0.39% | - |
| HSV(B) | 28.8º | 0.94% | 0.73% | - |
| XYZ | 24.74 | 18.96 | 2.7 | - |
| YUV | 113.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 12 | 0 | 0.49 | 0.94 | 0.27 | 28.8 | 0.88 | 0.39 |
| Hex | BB | 60 | C | 0 | 31 | 5E | 1B | 1D | 58 | 27 |
| Octal | 273 | 140 | 14 | 0 | 61 | 136 | 33 | 35 | 130 | 47 |
| Binary | 10111011 | 1100000 | 1100 | 0 | 110001 | 1011110 | 11011 | 11101 | 1011000 | 100111 |
Color Harmonies of #BB600C
Complementary color
Monochromatic Colors of #BB600C
Black with #BB600C
Text Example
Text Example
White with #BB600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB600C; }
p { color: rgb(187,96,12); }
H1.HeaderClassName
{
color: #BB600C;
}
.AnyTagClassName
{
color: #BB600C;
}
</style>
background-color css
<style>
a { background-color: #BB600C; }
a { background-color: rgb(187,96,12); }
div.DivClassName
{
background-color: #BB600C;
}
.BgClassName
{
background-color: #BB600C;
}
</style>
border-color css
<style>
span { border-color: #BB600C; }
span { border-color: rgb(187,96,12); }
td.TdClassName
{
border-color: #BB600C;
}
.TagClassName
{
border-color: #BB600C;
}
</style>