Shades of Tenne (Tawny) #BC5003
Tints of Tenne (Tawny) #BC5003
RGB
CMYK
RGB Variations
Color information
#BC5003 (or 0xBC5003) is known color: Tenne (Tawny). HEX triplet: BC, 50 and 03. RGB value is (188,80,3). Sum of RGB (Red+Green+Blue) = 188+80+3=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5003 is #43AFFC. Grayscale: #676767. Windows color (decimal): -4435965 or 217276. OLE color: 217276.
HSL color Cylindrical-coordinate representation of color #BC5003: hue angle of 24.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC5003 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.26 |
| HSL | 24.97º | 0.97% | 0.37% | - |
| HSV(B) | 24.97º | 0.98% | 0.74% | - |
| XYZ | 23.62 | 16.44 | 2.01 | - |
| YUV | 103.51 | 71.28 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 3 | 0 | 0.57 | 0.98 | 0.26 | 24.97 | 0.97 | 0.37 |
| Hex | BC | 50 | 3 | 0 | 39 | 62 | 1A | 19 | 61 | 25 |
| Octal | 274 | 120 | 3 | 0 | 71 | 142 | 32 | 31 | 141 | 45 |
| Binary | 10111100 | 1010000 | 11 | 0 | 111001 | 1100010 | 11010 | 11001 | 1100001 | 100101 |
Color Harmonies of #BC5003
Complementary color
Monochromatic Colors of #BC5003
Black with #BC5003
Text Example
Text Example
White with #BC5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5003; }
p { color: rgb(188,80,3); }
H1.HeaderClassName
{
color: #BC5003;
}
.AnyTagClassName
{
color: #BC5003;
}
</style>
background-color css
<style>
a { background-color: #BC5003; }
a { background-color: rgb(188,80,3); }
div.DivClassName
{
background-color: #BC5003;
}
.BgClassName
{
background-color: #BC5003;
}
</style>
border-color css
<style>
span { border-color: #BC5003; }
span { border-color: rgb(188,80,3); }
td.TdClassName
{
border-color: #BC5003;
}
.TagClassName
{
border-color: #BC5003;
}
</style>