Shades of Tenne (Tawny) #BB650C
Tints of Tenne (Tawny) #BB650C
RGB
CMYK
RGB Variations
Color information
#BB650C (or 0xBB650C) is known color: Tenne (Tawny). HEX triplet: BB, 65 and 0C. RGB value is (187,101,12). Sum of RGB (Red+Green+Blue) = 187+101+12=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB650C is #449AF3. Grayscale: #757575. Windows color (decimal): -4496116 or 812475. OLE color: 812475.
HSL color Cylindrical-coordinate representation of color #BB650C: hue angle of 30.51º 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 #BB650C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.27 |
| HSL | 30.51º | 0.88% | 0.39% | - |
| HSV(B) | 30.51º | 0.94% | 0.73% | - |
| XYZ | 25.21 | 19.9 | 2.86 | - |
| YUV | 116.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 12 | 0 | 0.46 | 0.94 | 0.27 | 30.51 | 0.88 | 0.39 |
| Hex | BB | 65 | C | 0 | 2E | 5E | 1B | 1F | 58 | 27 |
| Octal | 273 | 145 | 14 | 0 | 56 | 136 | 33 | 37 | 130 | 47 |
| Binary | 10111011 | 1100101 | 1100 | 0 | 101110 | 1011110 | 11011 | 11111 | 1011000 | 100111 |
Color Harmonies of #BB650C
Complementary color
Monochromatic Colors of #BB650C
Black with #BB650C
Text Example
Text Example
White with #BB650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB650C; }
p { color: rgb(187,101,12); }
H1.HeaderClassName
{
color: #BB650C;
}
.AnyTagClassName
{
color: #BB650C;
}
</style>
background-color css
<style>
a { background-color: #BB650C; }
a { background-color: rgb(187,101,12); }
div.DivClassName
{
background-color: #BB650C;
}
.BgClassName
{
background-color: #BB650C;
}
</style>
border-color css
<style>
span { border-color: #BB650C; }
span { border-color: rgb(187,101,12); }
td.TdClassName
{
border-color: #BB650C;
}
.TagClassName
{
border-color: #BB650C;
}
</style>