Shades of Tenne (Tawny) #BC610F
Tints of Tenne (Tawny) #BC610F
RGB
CMYK
RGB Variations
Color information
#BC610F (or 0xBC610F) is known color: Tenne (Tawny). HEX triplet: BC, 61 and 0F. RGB value is (188,97,15). Sum of RGB (Red+Green+Blue) = 188+97+15=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC610F is #439EF0. Grayscale: #737373. Windows color (decimal): -4431601 or 1008060. OLE color: 1008060.
HSL color Cylindrical-coordinate representation of color #BC610F: hue angle of 28.44º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC610F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.26 |
| HSL | 28.44º | 0.85% | 0.4% | - |
| HSV(B) | 28.44º | 0.92% | 0.74% | - |
| XYZ | 25.1 | 19.28 | 2.85 | - |
| YUV | 114.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 15 | 0 | 0.48 | 0.92 | 0.26 | 28.44 | 0.85 | 0.4 |
| Hex | BC | 61 | F | 0 | 30 | 5C | 1A | 1C | 55 | 28 |
| Octal | 274 | 141 | 17 | 0 | 60 | 134 | 32 | 34 | 125 | 50 |
| Binary | 10111100 | 1100001 | 1111 | 0 | 110000 | 1011100 | 11010 | 11100 | 1010101 | 101000 |
Color Harmonies of #BC610F
Complementary color
Monochromatic Colors of #BC610F
Black with #BC610F
Text Example
Text Example
White with #BC610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC610F; }
p { color: rgb(188,97,15); }
H1.HeaderClassName
{
color: #BC610F;
}
.AnyTagClassName
{
color: #BC610F;
}
</style>
background-color css
<style>
a { background-color: #BC610F; }
a { background-color: rgb(188,97,15); }
div.DivClassName
{
background-color: #BC610F;
}
.BgClassName
{
background-color: #BC610F;
}
</style>
border-color css
<style>
span { border-color: #BC610F; }
span { border-color: rgb(188,97,15); }
td.TdClassName
{
border-color: #BC610F;
}
.TagClassName
{
border-color: #BC610F;
}
</style>