Shades of Tenne (Tawny) #BC550C
Tints of Tenne (Tawny) #BC550C
RGB
CMYK
RGB Variations
Color information
#BC550C (or 0xBC550C) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 0C. RGB value is (188,85,12). Sum of RGB (Red+Green+Blue) = 188+85+12=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC550C is #43AAF3. Grayscale: #6B6B6B. Windows color (decimal): -4434676 or 808380. OLE color: 808380.
HSL color Cylindrical-coordinate representation of color #BC550C: hue angle of 24.89º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC550C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.26 |
| HSL | 24.89º | 0.88% | 0.39% | - |
| HSV(B) | 24.89º | 0.94% | 0.74% | - |
| XYZ | 24.05 | 17.21 | 2.4 | - |
| YUV | 107.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 12 | 0 | 0.55 | 0.94 | 0.26 | 24.89 | 0.88 | 0.39 |
| Hex | BC | 55 | C | 0 | 37 | 5E | 1A | 19 | 58 | 27 |
| Octal | 274 | 125 | 14 | 0 | 67 | 136 | 32 | 31 | 130 | 47 |
| Binary | 10111100 | 1010101 | 1100 | 0 | 110111 | 1011110 | 11010 | 11001 | 1011000 | 100111 |
Color Harmonies of #BC550C
Complementary color
Monochromatic Colors of #BC550C
Black with #BC550C
Text Example
Text Example
White with #BC550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC550C; }
p { color: rgb(188,85,12); }
H1.HeaderClassName
{
color: #BC550C;
}
.AnyTagClassName
{
color: #BC550C;
}
</style>
background-color css
<style>
a { background-color: #BC550C; }
a { background-color: rgb(188,85,12); }
div.DivClassName
{
background-color: #BC550C;
}
.BgClassName
{
background-color: #BC550C;
}
</style>
border-color css
<style>
span { border-color: #BC550C; }
span { border-color: rgb(188,85,12); }
td.TdClassName
{
border-color: #BC550C;
}
.TagClassName
{
border-color: #BC550C;
}
</style>