Shades of Flame Pea #BC5442
Tints of Flame Pea #BC5442
RGB
CMYK
RGB Variations
Color information
#BC5442 (or 0xBC5442) is known color: Flame Pea. HEX triplet: BC, 54 and 42. RGB value is (188,84,66). Sum of RGB (Red+Green+Blue) = 188+84+66=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5442 is #43ABBD. Grayscale: #717171. Windows color (decimal): -4434878 or 4347068. OLE color: 4347068.
HSL color Cylindrical-coordinate representation of color #BC5442: hue angle of 8.85º degrees, saturation: 0.48, 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 #BC5442 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 66 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.26 |
| HSL | 8.85º | 0.48% | 0.5% | - |
| HSV(B) | 8.85º | 0.65% | 0.74% | - |
| XYZ | 24.89 | 17.43 | 7.21 | - |
| YUV | 113.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 66 | 0 | 0.55 | 0.65 | 0.26 | 8.85 | 0.48 | 0.5 |
| Hex | BC | 54 | 42 | 0 | 37 | 41 | 1A | 9 | 30 | 32 |
| Octal | 274 | 124 | 102 | 0 | 67 | 101 | 32 | 11 | 60 | 62 |
| Binary | 10111100 | 1010100 | 1000010 | 0 | 110111 | 1000001 | 11010 | 1001 | 110000 | 110010 |
Color Harmonies of #BC5442
Complementary color
Monochromatic Colors of #BC5442
Black with #BC5442
Text Example
Text Example
White with #BC5442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5442; }
p { color: rgb(188,84,66); }
H1.HeaderClassName
{
color: #BC5442;
}
.AnyTagClassName
{
color: #BC5442;
}
</style>
background-color css
<style>
a { background-color: #BC5442; }
a { background-color: rgb(188,84,66); }
div.DivClassName
{
background-color: #BC5442;
}
.BgClassName
{
background-color: #BC5442;
}
</style>
border-color css
<style>
span { border-color: #BC5442; }
span { border-color: rgb(188,84,66); }
td.TdClassName
{
border-color: #BC5442;
}
.TagClassName
{
border-color: #BC5442;
}
</style>