Shades of Flame Pea #BC6141
Tints of Flame Pea #BC6141
RGB
CMYK
RGB Variations
Color information
#BC6141 (or 0xBC6141) is known color: Flame Pea. HEX triplet: BC, 61 and 41. RGB value is (188,97,65). Sum of RGB (Red+Green+Blue) = 188+97+65=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6141 is #439EBE. Grayscale: #787878. Windows color (decimal): -4431551 or 4284860. OLE color: 4284860.
HSL color Cylindrical-coordinate representation of color #BC6141: hue angle of 15.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC6141 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 65 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.26 |
| HSL | 15.61º | 0.49% | 0.5% | - |
| HSV(B) | 15.61º | 0.65% | 0.74% | - |
| XYZ | 25.97 | 19.62 | 7.42 | - |
| YUV | 120.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 65 | 0 | 0.48 | 0.65 | 0.26 | 15.61 | 0.49 | 0.5 |
| Hex | BC | 61 | 41 | 0 | 30 | 41 | 1A | 10 | 31 | 32 |
| Octal | 274 | 141 | 101 | 0 | 60 | 101 | 32 | 20 | 61 | 62 |
| Binary | 10111100 | 1100001 | 1000001 | 0 | 110000 | 1000001 | 11010 | 10000 | 110001 | 110010 |
Color Harmonies of #BC6141
Complementary color
Monochromatic Colors of #BC6141
Black with #BC6141
Text Example
Text Example
White with #BC6141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6141; }
p { color: rgb(188,97,65); }
H1.HeaderClassName
{
color: #BC6141;
}
.AnyTagClassName
{
color: #BC6141;
}
</style>
background-color css
<style>
a { background-color: #BC6141; }
a { background-color: rgb(188,97,65); }
div.DivClassName
{
background-color: #BC6141;
}
.BgClassName
{
background-color: #BC6141;
}
</style>
border-color css
<style>
span { border-color: #BC6141; }
span { border-color: rgb(188,97,65); }
td.TdClassName
{
border-color: #BC6141;
}
.TagClassName
{
border-color: #BC6141;
}
</style>