Shades of Flame Pea #BC5843
Tints of Flame Pea #BC5843
RGB
CMYK
RGB Variations
Color information
#BC5843 (or 0xBC5843) is known color: Flame Pea. HEX triplet: BC, 58 and 43. RGB value is (188,88,67). Sum of RGB (Red+Green+Blue) = 188+88+67=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5843 is #43A7BC. Grayscale: #737373. Windows color (decimal): -4433853 or 4413628. OLE color: 4413628.
HSL color Cylindrical-coordinate representation of color #BC5843: hue angle of 10.41º 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 #BC5843 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 67 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.26 |
| HSL | 10.41º | 0.47% | 0.5% | - |
| HSV(B) | 10.41º | 0.64% | 0.74% | - |
| XYZ | 25.24 | 18.08 | 7.47 | - |
| YUV | 115.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 67 | 0 | 0.53 | 0.64 | 0.26 | 10.41 | 0.47 | 0.5 |
| Hex | BC | 58 | 43 | 0 | 35 | 40 | 1A | A | 2F | 32 |
| Octal | 274 | 130 | 103 | 0 | 65 | 100 | 32 | 12 | 57 | 62 |
| Binary | 10111100 | 1011000 | 1000011 | 0 | 110101 | 1000000 | 11010 | 1010 | 101111 | 110010 |
Color Harmonies of #BC5843
Complementary color
Monochromatic Colors of #BC5843
Black with #BC5843
Text Example
Text Example
White with #BC5843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5843; }
p { color: rgb(188,88,67); }
H1.HeaderClassName
{
color: #BC5843;
}
.AnyTagClassName
{
color: #BC5843;
}
</style>
background-color css
<style>
a { background-color: #BC5843; }
a { background-color: rgb(188,88,67); }
div.DivClassName
{
background-color: #BC5843;
}
.BgClassName
{
background-color: #BC5843;
}
</style>
border-color css
<style>
span { border-color: #BC5843; }
span { border-color: rgb(188,88,67); }
td.TdClassName
{
border-color: #BC5843;
}
.TagClassName
{
border-color: #BC5843;
}
</style>