Shades of Tenne (Tawny) #BC5505
Tints of Tenne (Tawny) #BC5505
RGB
CMYK
RGB Variations
Color information
#BC5505 (or 0xBC5505) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 05. RGB value is (188,85,5). Sum of RGB (Red+Green+Blue) = 188+85+5=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5505 is #43AAFA. Grayscale: #6B6B6B. Windows color (decimal): -4434683 or 349628. OLE color: 349628.
HSL color Cylindrical-coordinate representation of color #BC5505: hue angle of 26.23º 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 #BC5505 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.26 |
| HSL | 26.23º | 0.95% | 0.38% | - |
| HSV(B) | 26.23º | 0.97% | 0.74% | - |
| XYZ | 24.01 | 17.2 | 2.2 | - |
| YUV | 106.68 | 70.62 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 5 | 0 | 0.55 | 0.97 | 0.26 | 26.23 | 0.95 | 0.38 |
| Hex | BC | 55 | 5 | 0 | 37 | 61 | 1A | 1A | 5F | 26 |
| Octal | 274 | 125 | 5 | 0 | 67 | 141 | 32 | 32 | 137 | 46 |
| Binary | 10111100 | 1010101 | 101 | 0 | 110111 | 1100001 | 11010 | 11010 | 1011111 | 100110 |
Color Harmonies of #BC5505
Complementary color
Monochromatic Colors of #BC5505
Black with #BC5505
Text Example
Text Example
White with #BC5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5505; }
p { color: rgb(188,85,5); }
H1.HeaderClassName
{
color: #BC5505;
}
.AnyTagClassName
{
color: #BC5505;
}
</style>
background-color css
<style>
a { background-color: #BC5505; }
a { background-color: rgb(188,85,5); }
div.DivClassName
{
background-color: #BC5505;
}
.BgClassName
{
background-color: #BC5505;
}
</style>
border-color css
<style>
span { border-color: #BC5505; }
span { border-color: rgb(188,85,5); }
td.TdClassName
{
border-color: #BC5505;
}
.TagClassName
{
border-color: #BC5505;
}
</style>