Shades of Flame Pea #BC5747
Tints of Flame Pea #BC5747
RGB
CMYK
RGB Variations
Color information
#BC5747 (or 0xBC5747) is known color: Flame Pea. HEX triplet: BC, 57 and 47. RGB value is (188,87,71). Sum of RGB (Red+Green+Blue) = 188+87+71=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5747 is #43A8B8. Grayscale: #737373. Windows color (decimal): -4434105 or 4675516. OLE color: 4675516.
HSL color Cylindrical-coordinate representation of color #BC5747: hue angle of 8.21º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5747 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 71 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.26 |
| HSL | 8.21º | 0.47% | 0.51% | - |
| HSV(B) | 8.21º | 0.62% | 0.74% | - |
| XYZ | 25.28 | 17.96 | 8.1 | - |
| YUV | 115.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 71 | 0 | 0.54 | 0.62 | 0.26 | 8.21 | 0.47 | 0.51 |
| Hex | BC | 57 | 47 | 0 | 36 | 3E | 1A | 8 | 2F | 33 |
| Octal | 274 | 127 | 107 | 0 | 66 | 76 | 32 | 10 | 57 | 63 |
| Binary | 10111100 | 1010111 | 1000111 | 0 | 110110 | 111110 | 11010 | 1000 | 101111 | 110011 |
Color Harmonies of #BC5747
Complementary color
Monochromatic Colors of #BC5747
Black with #BC5747
Text Example
Text Example
White with #BC5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5747; }
p { color: rgb(188,87,71); }
H1.HeaderClassName
{
color: #BC5747;
}
.AnyTagClassName
{
color: #BC5747;
}
</style>
background-color css
<style>
a { background-color: #BC5747; }
a { background-color: rgb(188,87,71); }
div.DivClassName
{
background-color: #BC5747;
}
.BgClassName
{
background-color: #BC5747;
}
</style>
border-color css
<style>
span { border-color: #BC5747; }
span { border-color: rgb(188,87,71); }
td.TdClassName
{
border-color: #BC5747;
}
.TagClassName
{
border-color: #BC5747;
}
</style>