Shades of Flame Pea #BC594E
Tints of Flame Pea #BC594E
RGB
CMYK
RGB Variations
Color information
#BC594E (or 0xBC594E) is known color: Flame Pea. HEX triplet: BC, 59 and 4E. RGB value is (188,89,78). Sum of RGB (Red+Green+Blue) = 188+89+78=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC594E is #43A6B1. Grayscale: #757575. Windows color (decimal): -4433586 or 5134780. OLE color: 5134780.
HSL color Cylindrical-coordinate representation of color #BC594E: hue angle of 6º 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 #BC594E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 78 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.26 |
| HSL | 6º | 0.45% | 0.52% | - |
| HSV(B) | 6º | 0.59% | 0.74% | - |
| XYZ | 25.69 | 18.39 | 9.4 | - |
| YUV | 117.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 78 | 0 | 0.53 | 0.59 | 0.26 | 6 | 0.45 | 0.52 |
| Hex | BC | 59 | 4E | 0 | 35 | 3B | 1A | 6 | 2D | 34 |
| Octal | 274 | 131 | 116 | 0 | 65 | 73 | 32 | 6 | 55 | 64 |
| Binary | 10111100 | 1011001 | 1001110 | 0 | 110101 | 111011 | 11010 | 110 | 101101 | 110100 |
Color Harmonies of #BC594E
Complementary color
Monochromatic Colors of #BC594E
Black with #BC594E
Text Example
Text Example
White with #BC594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC594E; }
p { color: rgb(188,89,78); }
H1.HeaderClassName
{
color: #BC594E;
}
.AnyTagClassName
{
color: #BC594E;
}
</style>
background-color css
<style>
a { background-color: #BC594E; }
a { background-color: rgb(188,89,78); }
div.DivClassName
{
background-color: #BC594E;
}
.BgClassName
{
background-color: #BC594E;
}
</style>
border-color css
<style>
span { border-color: #BC594E; }
span { border-color: rgb(188,89,78); }
td.TdClassName
{
border-color: #BC594E;
}
.TagClassName
{
border-color: #BC594E;
}
</style>