Shades of Tenne (Tawny) #BC5A13
Tints of Tenne (Tawny) #BC5A13
RGB
CMYK
RGB Variations
Color information
#BC5A13 (or 0xBC5A13) is known color: Tenne (Tawny). HEX triplet: BC, 5A and 13. RGB value is (188,90,19). Sum of RGB (Red+Green+Blue) = 188+90+19=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5A13 is #43A5EC. Grayscale: #6F6F6F. Windows color (decimal): -4433389 or 1268412. OLE color: 1268412.
HSL color Cylindrical-coordinate representation of color #BC5A13: hue angle of 25.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5A13 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.26 |
| HSL | 25.21º | 0.82% | 0.41% | - |
| HSV(B) | 25.21º | 0.9% | 0.74% | - |
| XYZ | 24.51 | 18.05 | 2.81 | - |
| YUV | 111.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 19 | 0 | 0.52 | 0.90 | 0.26 | 25.21 | 0.82 | 0.41 |
| Hex | BC | 5A | 13 | 0 | 34 | 5A | 1A | 19 | 52 | 29 |
| Octal | 274 | 132 | 23 | 0 | 64 | 132 | 32 | 31 | 122 | 51 |
| Binary | 10111100 | 1011010 | 10011 | 0 | 110100 | 1011010 | 11010 | 11001 | 1010010 | 101001 |
Color Harmonies of #BC5A13
Complementary color
Monochromatic Colors of #BC5A13
Black with #BC5A13
Text Example
Text Example
White with #BC5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A13; }
p { color: rgb(188,90,19); }
H1.HeaderClassName
{
color: #BC5A13;
}
.AnyTagClassName
{
color: #BC5A13;
}
</style>
background-color css
<style>
a { background-color: #BC5A13; }
a { background-color: rgb(188,90,19); }
div.DivClassName
{
background-color: #BC5A13;
}
.BgClassName
{
background-color: #BC5A13;
}
</style>
border-color css
<style>
span { border-color: #BC5A13; }
span { border-color: rgb(188,90,19); }
td.TdClassName
{
border-color: #BC5A13;
}
.TagClassName
{
border-color: #BC5A13;
}
</style>