Shades of Flame Pea #BC5941
Tints of Flame Pea #BC5941
RGB
CMYK
RGB Variations
Color information
#BC5941 (or 0xBC5941) is known color: Flame Pea. HEX triplet: BC, 59 and 41. RGB value is (188,89,65). Sum of RGB (Red+Green+Blue) = 188+89+65=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5941 is #43A6BE. Grayscale: #747474. Windows color (decimal): -4433599 or 4282812. OLE color: 4282812.
HSL color Cylindrical-coordinate representation of color #BC5941: hue angle of 11.71º 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 #BC5941 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 65 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.26 |
| HSL | 11.71º | 0.49% | 0.5% | - |
| HSV(B) | 11.71º | 0.65% | 0.74% | - |
| XYZ | 25.27 | 18.22 | 7.19 | - |
| YUV | 115.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 65 | 0 | 0.53 | 0.65 | 0.26 | 11.71 | 0.49 | 0.5 |
| Hex | BC | 59 | 41 | 0 | 35 | 41 | 1A | C | 31 | 32 |
| Octal | 274 | 131 | 101 | 0 | 65 | 101 | 32 | 14 | 61 | 62 |
| Binary | 10111100 | 1011001 | 1000001 | 0 | 110101 | 1000001 | 11010 | 1100 | 110001 | 110010 |
Color Harmonies of #BC5941
Complementary color
Monochromatic Colors of #BC5941
Black with #BC5941
Text Example
Text Example
White with #BC5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5941; }
p { color: rgb(188,89,65); }
H1.HeaderClassName
{
color: #BC5941;
}
.AnyTagClassName
{
color: #BC5941;
}
</style>
background-color css
<style>
a { background-color: #BC5941; }
a { background-color: rgb(188,89,65); }
div.DivClassName
{
background-color: #BC5941;
}
.BgClassName
{
background-color: #BC5941;
}
</style>
border-color css
<style>
span { border-color: #BC5941; }
span { border-color: rgb(188,89,65); }
td.TdClassName
{
border-color: #BC5941;
}
.TagClassName
{
border-color: #BC5941;
}
</style>