Shades of Flame Pea #BC614F
Tints of Flame Pea #BC614F
RGB
CMYK
RGB Variations
Color information
#BC614F (or 0xBC614F) is known color: Flame Pea. HEX triplet: BC, 61 and 4F. RGB value is (188,97,79). Sum of RGB (Red+Green+Blue) = 188+97+79=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC614F is #439EB0. Grayscale: #7A7A7A. Windows color (decimal): -4431537 or 5202364. OLE color: 5202364.
HSL color Cylindrical-coordinate representation of color #BC614F: hue angle of 9.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC614F is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 79 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.26 |
| HSL | 9.91º | 0.45% | 0.52% | - |
| HSV(B) | 9.91º | 0.58% | 0.74% | - |
| XYZ | 26.43 | 19.81 | 9.83 | - |
| YUV | 122.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 79 | 0 | 0.48 | 0.58 | 0.26 | 9.91 | 0.45 | 0.52 |
| Hex | BC | 61 | 4F | 0 | 30 | 3A | 1A | A | 2D | 34 |
| Octal | 274 | 141 | 117 | 0 | 60 | 72 | 32 | 12 | 55 | 64 |
| Binary | 10111100 | 1100001 | 1001111 | 0 | 110000 | 111010 | 11010 | 1010 | 101101 | 110100 |
Color Harmonies of #BC614F
Complementary color
Monochromatic Colors of #BC614F
Black with #BC614F
Text Example
Text Example
White with #BC614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC614F; }
p { color: rgb(188,97,79); }
H1.HeaderClassName
{
color: #BC614F;
}
.AnyTagClassName
{
color: #BC614F;
}
</style>
background-color css
<style>
a { background-color: #BC614F; }
a { background-color: rgb(188,97,79); }
div.DivClassName
{
background-color: #BC614F;
}
.BgClassName
{
background-color: #BC614F;
}
</style>
border-color css
<style>
span { border-color: #BC614F; }
span { border-color: rgb(188,97,79); }
td.TdClassName
{
border-color: #BC614F;
}
.TagClassName
{
border-color: #BC614F;
}
</style>