Shades of Flame Pea #BC614E
Tints of Flame Pea #BC614E
RGB
CMYK
RGB Variations
Color information
#BC614E (or 0xBC614E) is known color: Flame Pea. HEX triplet: BC, 61 and 4E. RGB value is (188,97,78). Sum of RGB (Red+Green+Blue) = 188+97+78=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC614E is #439EB1. Grayscale: #7A7A7A. Windows color (decimal): -4431538 or 5136828. OLE color: 5136828.
HSL color Cylindrical-coordinate representation of color #BC614E: hue angle of 10.36º 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 #BC614E is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 78 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.26 |
| HSL | 10.36º | 0.45% | 0.52% | - |
| HSV(B) | 10.36º | 0.59% | 0.74% | - |
| XYZ | 26.39 | 19.79 | 9.64 | - |
| YUV | 122.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 78 | 0 | 0.48 | 0.59 | 0.26 | 10.36 | 0.45 | 0.52 |
| Hex | BC | 61 | 4E | 0 | 30 | 3B | 1A | A | 2D | 34 |
| Octal | 274 | 141 | 116 | 0 | 60 | 73 | 32 | 12 | 55 | 64 |
| Binary | 10111100 | 1100001 | 1001110 | 0 | 110000 | 111011 | 11010 | 1010 | 101101 | 110100 |
Color Harmonies of #BC614E
Complementary color
Monochromatic Colors of #BC614E
Black with #BC614E
Text Example
Text Example
White with #BC614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC614E; }
p { color: rgb(188,97,78); }
H1.HeaderClassName
{
color: #BC614E;
}
.AnyTagClassName
{
color: #BC614E;
}
</style>
background-color css
<style>
a { background-color: #BC614E; }
a { background-color: rgb(188,97,78); }
div.DivClassName
{
background-color: #BC614E;
}
.BgClassName
{
background-color: #BC614E;
}
</style>
border-color css
<style>
span { border-color: #BC614E; }
span { border-color: rgb(188,97,78); }
td.TdClassName
{
border-color: #BC614E;
}
.TagClassName
{
border-color: #BC614E;
}
</style>