Shades of Flame Pea #BC5947
Tints of Flame Pea #BC5947
RGB
CMYK
RGB Variations
Color information
#BC5947 (or 0xBC5947) is known color: Flame Pea. HEX triplet: BC, 59 and 47. RGB value is (188,89,71). Sum of RGB (Red+Green+Blue) = 188+89+71=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5947 is #43A6B8. Grayscale: #747474. Windows color (decimal): -4433593 or 4676028. OLE color: 4676028.
HSL color Cylindrical-coordinate representation of color #BC5947: hue angle of 9.23º 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 #BC5947 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 71 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.26 |
| HSL | 9.23º | 0.47% | 0.51% | - |
| HSV(B) | 9.23º | 0.62% | 0.74% | - |
| XYZ | 25.45 | 18.29 | 8.15 | - |
| YUV | 116.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 71 | 0 | 0.53 | 0.62 | 0.26 | 9.23 | 0.47 | 0.51 |
| Hex | BC | 59 | 47 | 0 | 35 | 3E | 1A | 9 | 2F | 33 |
| Octal | 274 | 131 | 107 | 0 | 65 | 76 | 32 | 11 | 57 | 63 |
| Binary | 10111100 | 1011001 | 1000111 | 0 | 110101 | 111110 | 11010 | 1001 | 101111 | 110011 |
Color Harmonies of #BC5947
Complementary color
Monochromatic Colors of #BC5947
Black with #BC5947
Text Example
Text Example
White with #BC5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5947; }
p { color: rgb(188,89,71); }
H1.HeaderClassName
{
color: #BC5947;
}
.AnyTagClassName
{
color: #BC5947;
}
</style>
background-color css
<style>
a { background-color: #BC5947; }
a { background-color: rgb(188,89,71); }
div.DivClassName
{
background-color: #BC5947;
}
.BgClassName
{
background-color: #BC5947;
}
</style>
border-color css
<style>
span { border-color: #BC5947; }
span { border-color: rgb(188,89,71); }
td.TdClassName
{
border-color: #BC5947;
}
.TagClassName
{
border-color: #BC5947;
}
</style>