Shades of Flame Pea #BC6247
Tints of Flame Pea #BC6247
RGB
CMYK
RGB Variations
Color information
#BC6247 (or 0xBC6247) is known color: Flame Pea. HEX triplet: BC, 62 and 47. RGB value is (188,98,71). Sum of RGB (Red+Green+Blue) = 188+98+71=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6247 is #439DB8. Grayscale: #7A7A7A. Windows color (decimal): -4431289 or 4678332. OLE color: 4678332.
HSL color Cylindrical-coordinate representation of color #BC6247: hue angle of 13.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6247 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 71 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.26 |
| HSL | 13.85º | 0.47% | 0.51% | - |
| HSV(B) | 13.85º | 0.62% | 0.74% | - |
| XYZ | 26.24 | 19.88 | 8.42 | - |
| YUV | 121.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 71 | 0 | 0.48 | 0.62 | 0.26 | 13.85 | 0.47 | 0.51 |
| Hex | BC | 62 | 47 | 0 | 30 | 3E | 1A | E | 2F | 33 |
| Octal | 274 | 142 | 107 | 0 | 60 | 76 | 32 | 16 | 57 | 63 |
| Binary | 10111100 | 1100010 | 1000111 | 0 | 110000 | 111110 | 11010 | 1110 | 101111 | 110011 |
Color Harmonies of #BC6247
Complementary color
Monochromatic Colors of #BC6247
Black with #BC6247
Text Example
Text Example
White with #BC6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6247; }
p { color: rgb(188,98,71); }
H1.HeaderClassName
{
color: #BC6247;
}
.AnyTagClassName
{
color: #BC6247;
}
</style>
background-color css
<style>
a { background-color: #BC6247; }
a { background-color: rgb(188,98,71); }
div.DivClassName
{
background-color: #BC6247;
}
.BgClassName
{
background-color: #BC6247;
}
</style>
border-color css
<style>
span { border-color: #BC6247; }
span { border-color: rgb(188,98,71); }
td.TdClassName
{
border-color: #BC6247;
}
.TagClassName
{
border-color: #BC6247;
}
</style>