Shades of Flame Pea #BC5949
Tints of Flame Pea #BC5949
RGB
CMYK
RGB Variations
Color information
#BC5949 (or 0xBC5949) is known color: Flame Pea. HEX triplet: BC, 59 and 49. RGB value is (188,89,73). Sum of RGB (Red+Green+Blue) = 188+89+73=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5949 is #43A6B6. Grayscale: #747474. Windows color (decimal): -4433591 or 4807100. OLE color: 4807100.
HSL color Cylindrical-coordinate representation of color #BC5949: hue angle of 8.35º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5949 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 73 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.26 |
| HSL | 8.35º | 0.46% | 0.51% | - |
| HSV(B) | 8.35º | 0.61% | 0.74% | - |
| XYZ | 25.51 | 18.32 | 8.49 | - |
| YUV | 116.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 73 | 0 | 0.53 | 0.61 | 0.26 | 8.35 | 0.46 | 0.51 |
| Hex | BC | 59 | 49 | 0 | 35 | 3D | 1A | 8 | 2E | 33 |
| Octal | 274 | 131 | 111 | 0 | 65 | 75 | 32 | 10 | 56 | 63 |
| Binary | 10111100 | 1011001 | 1001001 | 0 | 110101 | 111101 | 11010 | 1000 | 101110 | 110011 |
Color Harmonies of #BC5949
Complementary color
Monochromatic Colors of #BC5949
Black with #BC5949
Text Example
Text Example
White with #BC5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5949; }
p { color: rgb(188,89,73); }
H1.HeaderClassName
{
color: #BC5949;
}
.AnyTagClassName
{
color: #BC5949;
}
</style>
background-color css
<style>
a { background-color: #BC5949; }
a { background-color: rgb(188,89,73); }
div.DivClassName
{
background-color: #BC5949;
}
.BgClassName
{
background-color: #BC5949;
}
</style>
border-color css
<style>
span { border-color: #BC5949; }
span { border-color: rgb(188,89,73); }
td.TdClassName
{
border-color: #BC5949;
}
.TagClassName
{
border-color: #BC5949;
}
</style>