Shades of Flame Pea #BC5441
Tints of Flame Pea #BC5441
RGB
CMYK
RGB Variations
Color information
#BC5441 (or 0xBC5441) is known color: Flame Pea. HEX triplet: BC, 54 and 41. RGB value is (188,84,65). Sum of RGB (Red+Green+Blue) = 188+84+65=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5441 is #43ABBE. Grayscale: #717171. Windows color (decimal): -4434879 or 4281532. OLE color: 4281532.
HSL color Cylindrical-coordinate representation of color #BC5441: hue angle of 9.27º 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 #BC5441 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 65 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.26 |
| HSL | 9.27º | 0.49% | 0.5% | - |
| HSV(B) | 9.27º | 0.65% | 0.74% | - |
| XYZ | 24.86 | 17.41 | 7.05 | - |
| YUV | 112.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 65 | 0 | 0.55 | 0.65 | 0.26 | 9.27 | 0.49 | 0.5 |
| Hex | BC | 54 | 41 | 0 | 37 | 41 | 1A | 9 | 31 | 32 |
| Octal | 274 | 124 | 101 | 0 | 67 | 101 | 32 | 11 | 61 | 62 |
| Binary | 10111100 | 1010100 | 1000001 | 0 | 110111 | 1000001 | 11010 | 1001 | 110001 | 110010 |
Color Harmonies of #BC5441
Complementary color
Monochromatic Colors of #BC5441
Black with #BC5441
Text Example
Text Example
White with #BC5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5441; }
p { color: rgb(188,84,65); }
H1.HeaderClassName
{
color: #BC5441;
}
.AnyTagClassName
{
color: #BC5441;
}
</style>
background-color css
<style>
a { background-color: #BC5441; }
a { background-color: rgb(188,84,65); }
div.DivClassName
{
background-color: #BC5441;
}
.BgClassName
{
background-color: #BC5441;
}
</style>
border-color css
<style>
span { border-color: #BC5441; }
span { border-color: rgb(188,84,65); }
td.TdClassName
{
border-color: #BC5441;
}
.TagClassName
{
border-color: #BC5441;
}
</style>