Shades of Tenne (Tawny) #BC540C
Tints of Tenne (Tawny) #BC540C
RGB
CMYK
RGB Variations
Color information
#BC540C (or 0xBC540C) is known color: Tenne (Tawny). HEX triplet: BC, 54 and 0C. RGB value is (188,84,12). Sum of RGB (Red+Green+Blue) = 188+84+12=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC540C is #43ABF3. Grayscale: #6B6B6B. Windows color (decimal): -4434932 or 808124. OLE color: 808124.
HSL color Cylindrical-coordinate representation of color #BC540C: hue angle of 24.55º 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 #BC540C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.26 |
| HSL | 24.55º | 0.88% | 0.39% | - |
| HSV(B) | 24.55º | 0.94% | 0.74% | - |
| XYZ | 23.98 | 17.06 | 2.38 | - |
| YUV | 106.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 12 | 0 | 0.55 | 0.94 | 0.26 | 24.55 | 0.88 | 0.39 |
| Hex | BC | 54 | C | 0 | 37 | 5E | 1A | 19 | 58 | 27 |
| Octal | 274 | 124 | 14 | 0 | 67 | 136 | 32 | 31 | 130 | 47 |
| Binary | 10111100 | 1010100 | 1100 | 0 | 110111 | 1011110 | 11010 | 11001 | 1011000 | 100111 |
Color Harmonies of #BC540C
Complementary color
Monochromatic Colors of #BC540C
Black with #BC540C
Text Example
Text Example
White with #BC540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC540C; }
p { color: rgb(188,84,12); }
H1.HeaderClassName
{
color: #BC540C;
}
.AnyTagClassName
{
color: #BC540C;
}
</style>
background-color css
<style>
a { background-color: #BC540C; }
a { background-color: rgb(188,84,12); }
div.DivClassName
{
background-color: #BC540C;
}
.BgClassName
{
background-color: #BC540C;
}
</style>
border-color css
<style>
span { border-color: #BC540C; }
span { border-color: rgb(188,84,12); }
td.TdClassName
{
border-color: #BC540C;
}
.TagClassName
{
border-color: #BC540C;
}
</style>