Shades of Flame Pea #BC5743
Tints of Flame Pea #BC5743
RGB
CMYK
RGB Variations
Color information
#BC5743 (or 0xBC5743) is known color: Flame Pea. HEX triplet: BC, 57 and 43. RGB value is (188,87,67). Sum of RGB (Red+Green+Blue) = 188+87+67=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5743 is #43A8BC. Grayscale: #737373. Windows color (decimal): -4434109 or 4413372. OLE color: 4413372.
HSL color Cylindrical-coordinate representation of color #BC5743: hue angle of 9.92º 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 #BC5743 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 67 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.26 |
| HSL | 9.92º | 0.47% | 0.5% | - |
| HSV(B) | 9.92º | 0.64% | 0.74% | - |
| XYZ | 25.16 | 17.91 | 7.44 | - |
| YUV | 114.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 67 | 0 | 0.54 | 0.64 | 0.26 | 9.92 | 0.47 | 0.5 |
| Hex | BC | 57 | 43 | 0 | 36 | 40 | 1A | A | 2F | 32 |
| Octal | 274 | 127 | 103 | 0 | 66 | 100 | 32 | 12 | 57 | 62 |
| Binary | 10111100 | 1010111 | 1000011 | 0 | 110110 | 1000000 | 11010 | 1010 | 101111 | 110010 |
Color Harmonies of #BC5743
Complementary color
Monochromatic Colors of #BC5743
Black with #BC5743
Text Example
Text Example
White with #BC5743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5743; }
p { color: rgb(188,87,67); }
H1.HeaderClassName
{
color: #BC5743;
}
.AnyTagClassName
{
color: #BC5743;
}
</style>
background-color css
<style>
a { background-color: #BC5743; }
a { background-color: rgb(188,87,67); }
div.DivClassName
{
background-color: #BC5743;
}
.BgClassName
{
background-color: #BC5743;
}
</style>
border-color css
<style>
span { border-color: #BC5743; }
span { border-color: rgb(188,87,67); }
td.TdClassName
{
border-color: #BC5743;
}
.TagClassName
{
border-color: #BC5743;
}
</style>