Shades of Flame Pea #BC5544
Tints of Flame Pea #BC5544
RGB
CMYK
RGB Variations
Color information
#BC5544 (or 0xBC5544) is known color: Flame Pea. HEX triplet: BC, 55 and 44. RGB value is (188,85,68). Sum of RGB (Red+Green+Blue) = 188+85+68=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5544 is #43AABB. Grayscale: #727272. Windows color (decimal): -4434620 or 4478396. OLE color: 4478396.
HSL color Cylindrical-coordinate representation of color #BC5544: hue angle of 8.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5544 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 68 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.26 |
| HSL | 8.5º | 0.47% | 0.5% | - |
| HSV(B) | 8.5º | 0.64% | 0.74% | - |
| XYZ | 25.03 | 17.61 | 7.55 | - |
| YUV | 113.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 68 | 0 | 0.55 | 0.64 | 0.26 | 8.5 | 0.47 | 0.5 |
| Hex | BC | 55 | 44 | 0 | 37 | 40 | 1A | 8 | 2F | 32 |
| Octal | 274 | 125 | 104 | 0 | 67 | 100 | 32 | 10 | 57 | 62 |
| Binary | 10111100 | 1010101 | 1000100 | 0 | 110111 | 1000000 | 11010 | 1000 | 101111 | 110010 |
Color Harmonies of #BC5544
Complementary color
Monochromatic Colors of #BC5544
Black with #BC5544
Text Example
Text Example
White with #BC5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5544; }
p { color: rgb(188,85,68); }
H1.HeaderClassName
{
color: #BC5544;
}
.AnyTagClassName
{
color: #BC5544;
}
</style>
background-color css
<style>
a { background-color: #BC5544; }
a { background-color: rgb(188,85,68); }
div.DivClassName
{
background-color: #BC5544;
}
.BgClassName
{
background-color: #BC5544;
}
</style>
border-color css
<style>
span { border-color: #BC5544; }
span { border-color: rgb(188,85,68); }
td.TdClassName
{
border-color: #BC5544;
}
.TagClassName
{
border-color: #BC5544;
}
</style>