Shades of Flame Pea #BC5541
Tints of Flame Pea #BC5541
RGB
CMYK
RGB Variations
Color information
#BC5541 (or 0xBC5541) is known color: Flame Pea. HEX triplet: BC, 55 and 41. RGB value is (188,85,65). Sum of RGB (Red+Green+Blue) = 188+85+65=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5541 is #43AABE. Grayscale: #717171. Windows color (decimal): -4434623 or 4281788. OLE color: 4281788.
HSL color Cylindrical-coordinate representation of color #BC5541: hue angle of 9.76º 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 #BC5541 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 65 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.26 |
| HSL | 9.76º | 0.49% | 0.5% | - |
| HSV(B) | 9.76º | 0.65% | 0.74% | - |
| XYZ | 24.94 | 17.57 | 7.08 | - |
| YUV | 113.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 65 | 0 | 0.55 | 0.65 | 0.26 | 9.76 | 0.49 | 0.5 |
| Hex | BC | 55 | 41 | 0 | 37 | 41 | 1A | A | 31 | 32 |
| Octal | 274 | 125 | 101 | 0 | 67 | 101 | 32 | 12 | 61 | 62 |
| Binary | 10111100 | 1010101 | 1000001 | 0 | 110111 | 1000001 | 11010 | 1010 | 110001 | 110010 |
Color Harmonies of #BC5541
Complementary color
Monochromatic Colors of #BC5541
Black with #BC5541
Text Example
Text Example
White with #BC5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5541; }
p { color: rgb(188,85,65); }
H1.HeaderClassName
{
color: #BC5541;
}
.AnyTagClassName
{
color: #BC5541;
}
</style>
background-color css
<style>
a { background-color: #BC5541; }
a { background-color: rgb(188,85,65); }
div.DivClassName
{
background-color: #BC5541;
}
.BgClassName
{
background-color: #BC5541;
}
</style>
border-color css
<style>
span { border-color: #BC5541; }
span { border-color: rgb(188,85,65); }
td.TdClassName
{
border-color: #BC5541;
}
.TagClassName
{
border-color: #BC5541;
}
</style>