Shades of Tenne (Tawny) #BC5305
Tints of Tenne (Tawny) #BC5305
RGB
CMYK
RGB Variations
Color information
#BC5305 (or 0xBC5305) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 05. RGB value is (188,83,5). Sum of RGB (Red+Green+Blue) = 188+83+5=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5305 is #43ACFA. Grayscale: #696969. Windows color (decimal): -4435195 or 349116. OLE color: 349116.
HSL color Cylindrical-coordinate representation of color #BC5305: hue angle of 25.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC5305 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.26 |
| HSL | 25.57º | 0.95% | 0.38% | - |
| HSV(B) | 25.57º | 0.97% | 0.74% | - |
| XYZ | 23.86 | 16.89 | 2.15 | - |
| YUV | 105.5 | 71.29 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 5 | 0 | 0.56 | 0.97 | 0.26 | 25.57 | 0.95 | 0.38 |
| Hex | BC | 53 | 5 | 0 | 38 | 61 | 1A | 1A | 5F | 26 |
| Octal | 274 | 123 | 5 | 0 | 70 | 141 | 32 | 32 | 137 | 46 |
| Binary | 10111100 | 1010011 | 101 | 0 | 111000 | 1100001 | 11010 | 11010 | 1011111 | 100110 |
Color Harmonies of #BC5305
Complementary color
Monochromatic Colors of #BC5305
Black with #BC5305
Text Example
Text Example
White with #BC5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5305; }
p { color: rgb(188,83,5); }
H1.HeaderClassName
{
color: #BC5305;
}
.AnyTagClassName
{
color: #BC5305;
}
</style>
background-color css
<style>
a { background-color: #BC5305; }
a { background-color: rgb(188,83,5); }
div.DivClassName
{
background-color: #BC5305;
}
.BgClassName
{
background-color: #BC5305;
}
</style>
border-color css
<style>
span { border-color: #BC5305; }
span { border-color: rgb(188,83,5); }
td.TdClassName
{
border-color: #BC5305;
}
.TagClassName
{
border-color: #BC5305;
}
</style>