Shades of Flame Pea #BC5C40
Tints of Flame Pea #BC5C40
RGB
CMYK
RGB Variations
Color information
#BC5C40 (or 0xBC5C40) is known color: Flame Pea. HEX triplet: BC, 5C and 40. RGB value is (188,92,64). Sum of RGB (Red+Green+Blue) = 188+92+64=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C40 is #43A3BF. Grayscale: #757575. Windows color (decimal): -4432832 or 4218044. OLE color: 4218044.
HSL color Cylindrical-coordinate representation of color #BC5C40: hue angle of 13.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC5C40 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 64 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.26 |
| HSL | 13.55º | 0.49% | 0.49% | - |
| HSV(B) | 13.55º | 0.66% | 0.74% | - |
| XYZ | 25.49 | 18.72 | 7.12 | - |
| YUV | 117.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 64 | 0 | 0.51 | 0.66 | 0.26 | 13.55 | 0.49 | 0.49 |
| Hex | BC | 5C | 40 | 0 | 33 | 42 | 1A | E | 31 | 31 |
| Octal | 274 | 134 | 100 | 0 | 63 | 102 | 32 | 16 | 61 | 61 |
| Binary | 10111100 | 1011100 | 1000000 | 0 | 110011 | 1000010 | 11010 | 1110 | 110001 | 110001 |
Color Harmonies of #BC5C40
Complementary color
Monochromatic Colors of #BC5C40
Black with #BC5C40
Text Example
Text Example
White with #BC5C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C40; }
p { color: rgb(188,92,64); }
H1.HeaderClassName
{
color: #BC5C40;
}
.AnyTagClassName
{
color: #BC5C40;
}
</style>
background-color css
<style>
a { background-color: #BC5C40; }
a { background-color: rgb(188,92,64); }
div.DivClassName
{
background-color: #BC5C40;
}
.BgClassName
{
background-color: #BC5C40;
}
</style>
border-color css
<style>
span { border-color: #BC5C40; }
span { border-color: rgb(188,92,64); }
td.TdClassName
{
border-color: #BC5C40;
}
.TagClassName
{
border-color: #BC5C40;
}
</style>