Shades of Tenne (Tawny) #BC5203
Tints of Tenne (Tawny) #BC5203
RGB
CMYK
RGB Variations
Color information
#BC5203 (or 0xBC5203) is known color: Tenne (Tawny). HEX triplet: BC, 52 and 03. RGB value is (188,82,3). Sum of RGB (Red+Green+Blue) = 188+82+3=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5203 is #43ADFC. Grayscale: #696969. Windows color (decimal): -4435453 or 217788. OLE color: 217788.
HSL color Cylindrical-coordinate representation of color #BC5203: hue angle of 25.62º 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 #BC5203 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.26 |
| HSL | 25.62º | 0.97% | 0.37% | - |
| HSV(B) | 25.62º | 0.98% | 0.74% | - |
| XYZ | 23.77 | 16.73 | 2.06 | - |
| YUV | 104.69 | 70.62 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 3 | 0 | 0.56 | 0.98 | 0.26 | 25.62 | 0.97 | 0.37 |
| Hex | BC | 52 | 3 | 0 | 38 | 62 | 1A | 1A | 61 | 25 |
| Octal | 274 | 122 | 3 | 0 | 70 | 142 | 32 | 32 | 141 | 45 |
| Binary | 10111100 | 1010010 | 11 | 0 | 111000 | 1100010 | 11010 | 11010 | 1100001 | 100101 |
Color Harmonies of #BC5203
Complementary color
Monochromatic Colors of #BC5203
Black with #BC5203
Text Example
Text Example
White with #BC5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5203; }
p { color: rgb(188,82,3); }
H1.HeaderClassName
{
color: #BC5203;
}
.AnyTagClassName
{
color: #BC5203;
}
</style>
background-color css
<style>
a { background-color: #BC5203; }
a { background-color: rgb(188,82,3); }
div.DivClassName
{
background-color: #BC5203;
}
.BgClassName
{
background-color: #BC5203;
}
</style>
border-color css
<style>
span { border-color: #BC5203; }
span { border-color: rgb(188,82,3); }
td.TdClassName
{
border-color: #BC5203;
}
.TagClassName
{
border-color: #BC5203;
}
</style>