Shades of Tenne (Tawny) #BC5504
Tints of Tenne (Tawny) #BC5504
RGB
CMYK
RGB Variations
Color information
#BC5504 (or 0xBC5504) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 04. RGB value is (188,85,4). Sum of RGB (Red+Green+Blue) = 188+85+4=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5504 is #43AAFB. Grayscale: #6A6A6A. Windows color (decimal): -4434684 or 284092. OLE color: 284092.
HSL color Cylindrical-coordinate representation of color #BC5504: hue angle of 26.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC5504 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.26 |
| HSL | 26.41º | 0.96% | 0.38% | - |
| HSV(B) | 26.41º | 0.98% | 0.74% | - |
| XYZ | 24.01 | 17.2 | 2.17 | - |
| YUV | 106.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 4 | 0 | 0.55 | 0.98 | 0.26 | 26.41 | 0.96 | 0.38 |
| Hex | BC | 55 | 4 | 0 | 37 | 62 | 1A | 1A | 60 | 26 |
| Octal | 274 | 125 | 4 | 0 | 67 | 142 | 32 | 32 | 140 | 46 |
| Binary | 10111100 | 1010101 | 100 | 0 | 110111 | 1100010 | 11010 | 11010 | 1100000 | 100110 |
Color Harmonies of #BC5504
Complementary color
Monochromatic Colors of #BC5504
Black with #BC5504
Text Example
Text Example
White with #BC5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5504; }
p { color: rgb(188,85,4); }
H1.HeaderClassName
{
color: #BC5504;
}
.AnyTagClassName
{
color: #BC5504;
}
</style>
background-color css
<style>
a { background-color: #BC5504; }
a { background-color: rgb(188,85,4); }
div.DivClassName
{
background-color: #BC5504;
}
.BgClassName
{
background-color: #BC5504;
}
</style>
border-color css
<style>
span { border-color: #BC5504; }
span { border-color: rgb(188,85,4); }
td.TdClassName
{
border-color: #BC5504;
}
.TagClassName
{
border-color: #BC5504;
}
</style>