Shades of Flame Pea #BC6143
Tints of Flame Pea #BC6143
RGB
CMYK
RGB Variations
Color information
#BC6143 (or 0xBC6143) is known color: Flame Pea. HEX triplet: BC, 61 and 43. RGB value is (188,97,67). Sum of RGB (Red+Green+Blue) = 188+97+67=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6143 is #439EBC. Grayscale: #797979. Windows color (decimal): -4431549 or 4415932. OLE color: 4415932.
HSL color Cylindrical-coordinate representation of color #BC6143: hue angle of 14.88º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC6143 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 67 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.26 |
| HSL | 14.88º | 0.47% | 0.5% | - |
| HSV(B) | 14.88º | 0.64% | 0.74% | - |
| XYZ | 26.03 | 19.65 | 7.73 | - |
| YUV | 120.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 67 | 0 | 0.48 | 0.64 | 0.26 | 14.88 | 0.47 | 0.5 |
| Hex | BC | 61 | 43 | 0 | 30 | 40 | 1A | F | 2F | 32 |
| Octal | 274 | 141 | 103 | 0 | 60 | 100 | 32 | 17 | 57 | 62 |
| Binary | 10111100 | 1100001 | 1000011 | 0 | 110000 | 1000000 | 11010 | 1111 | 101111 | 110010 |
Color Harmonies of #BC6143
Complementary color
Monochromatic Colors of #BC6143
Black with #BC6143
Text Example
Text Example
White with #BC6143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6143; }
p { color: rgb(188,97,67); }
H1.HeaderClassName
{
color: #BC6143;
}
.AnyTagClassName
{
color: #BC6143;
}
</style>
background-color css
<style>
a { background-color: #BC6143; }
a { background-color: rgb(188,97,67); }
div.DivClassName
{
background-color: #BC6143;
}
.BgClassName
{
background-color: #BC6143;
}
</style>
border-color css
<style>
span { border-color: #BC6143; }
span { border-color: rgb(188,97,67); }
td.TdClassName
{
border-color: #BC6143;
}
.TagClassName
{
border-color: #BC6143;
}
</style>