Shades of Flame Pea #BC5641
Tints of Flame Pea #BC5641
RGB
CMYK
RGB Variations
Color information
#BC5641 (or 0xBC5641) is known color: Flame Pea. HEX triplet: BC, 56 and 41. RGB value is (188,86,65). Sum of RGB (Red+Green+Blue) = 188+86+65=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5641 is #43A9BE. Grayscale: #727272. Windows color (decimal): -4434367 or 4282044. OLE color: 4282044.
HSL color Cylindrical-coordinate representation of color #BC5641: hue angle of 10.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC5641 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 65 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.26 |
| HSL | 10.24º | 0.49% | 0.5% | - |
| HSV(B) | 10.24º | 0.65% | 0.74% | - |
| XYZ | 25.02 | 17.73 | 7.1 | - |
| YUV | 114.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 65 | 0 | 0.54 | 0.65 | 0.26 | 10.24 | 0.49 | 0.5 |
| Hex | BC | 56 | 41 | 0 | 36 | 41 | 1A | A | 31 | 32 |
| Octal | 274 | 126 | 101 | 0 | 66 | 101 | 32 | 12 | 61 | 62 |
| Binary | 10111100 | 1010110 | 1000001 | 0 | 110110 | 1000001 | 11010 | 1010 | 110001 | 110010 |
Color Harmonies of #BC5641
Complementary color
Monochromatic Colors of #BC5641
Black with #BC5641
Text Example
Text Example
White with #BC5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5641; }
p { color: rgb(188,86,65); }
H1.HeaderClassName
{
color: #BC5641;
}
.AnyTagClassName
{
color: #BC5641;
}
</style>
background-color css
<style>
a { background-color: #BC5641; }
a { background-color: rgb(188,86,65); }
div.DivClassName
{
background-color: #BC5641;
}
.BgClassName
{
background-color: #BC5641;
}
</style>
border-color css
<style>
span { border-color: #BC5641; }
span { border-color: rgb(188,86,65); }
td.TdClassName
{
border-color: #BC5641;
}
.TagClassName
{
border-color: #BC5641;
}
</style>