Shades of Flame Pea #BC6246
Tints of Flame Pea #BC6246
RGB
CMYK
RGB Variations
Color information
#BC6246 (or 0xBC6246) is known color: Flame Pea. HEX triplet: BC, 62 and 46. RGB value is (188,98,70). Sum of RGB (Red+Green+Blue) = 188+98+70=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6246 is #439DB9. Grayscale: #797979. Windows color (decimal): -4431290 or 4612796. OLE color: 4612796.
HSL color Cylindrical-coordinate representation of color #BC6246: hue angle of 14.24º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC6246 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 70 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.26 |
| HSL | 14.24º | 0.47% | 0.51% | - |
| HSV(B) | 14.24º | 0.63% | 0.74% | - |
| XYZ | 26.21 | 19.87 | 8.25 | - |
| YUV | 121.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 70 | 0 | 0.48 | 0.63 | 0.26 | 14.24 | 0.47 | 0.51 |
| Hex | BC | 62 | 46 | 0 | 30 | 3F | 1A | E | 2F | 33 |
| Octal | 274 | 142 | 106 | 0 | 60 | 77 | 32 | 16 | 57 | 63 |
| Binary | 10111100 | 1100010 | 1000110 | 0 | 110000 | 111111 | 11010 | 1110 | 101111 | 110011 |
Color Harmonies of #BC6246
Complementary color
Monochromatic Colors of #BC6246
Black with #BC6246
Text Example
Text Example
White with #BC6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6246; }
p { color: rgb(188,98,70); }
H1.HeaderClassName
{
color: #BC6246;
}
.AnyTagClassName
{
color: #BC6246;
}
</style>
background-color css
<style>
a { background-color: #BC6246; }
a { background-color: rgb(188,98,70); }
div.DivClassName
{
background-color: #BC6246;
}
.BgClassName
{
background-color: #BC6246;
}
</style>
border-color css
<style>
span { border-color: #BC6246; }
span { border-color: rgb(188,98,70); }
td.TdClassName
{
border-color: #BC6246;
}
.TagClassName
{
border-color: #BC6246;
}
</style>