Shades of Flame Pea #BC5D4E
Tints of Flame Pea #BC5D4E
RGB
CMYK
RGB Variations
Color information
#BC5D4E (or 0xBC5D4E) is known color: Flame Pea. HEX triplet: BC, 5D and 4E. RGB value is (188,93,78). Sum of RGB (Red+Green+Blue) = 188+93+78=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D4E is #43A2B1. Grayscale: #777777. Windows color (decimal): -4432562 or 5135804. OLE color: 5135804.
HSL color Cylindrical-coordinate representation of color #BC5D4E: hue angle of 8.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5D4E is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 78 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.26 |
| HSL | 8.18º | 0.45% | 0.52% | - |
| HSV(B) | 8.18º | 0.59% | 0.74% | - |
| XYZ | 26.03 | 19.07 | 9.52 | - |
| YUV | 119.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 78 | 0 | 0.51 | 0.59 | 0.26 | 8.18 | 0.45 | 0.52 |
| Hex | BC | 5D | 4E | 0 | 33 | 3B | 1A | 8 | 2D | 34 |
| Octal | 274 | 135 | 116 | 0 | 63 | 73 | 32 | 10 | 55 | 64 |
| Binary | 10111100 | 1011101 | 1001110 | 0 | 110011 | 111011 | 11010 | 1000 | 101101 | 110100 |
Color Harmonies of #BC5D4E
Complementary color
Monochromatic Colors of #BC5D4E
Black with #BC5D4E
Text Example
Text Example
White with #BC5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D4E; }
p { color: rgb(188,93,78); }
H1.HeaderClassName
{
color: #BC5D4E;
}
.AnyTagClassName
{
color: #BC5D4E;
}
</style>
background-color css
<style>
a { background-color: #BC5D4E; }
a { background-color: rgb(188,93,78); }
div.DivClassName
{
background-color: #BC5D4E;
}
.BgClassName
{
background-color: #BC5D4E;
}
</style>
border-color css
<style>
span { border-color: #BC5D4E; }
span { border-color: rgb(188,93,78); }
td.TdClassName
{
border-color: #BC5D4E;
}
.TagClassName
{
border-color: #BC5D4E;
}
</style>