Shades of Flame Pea #BC5D45
Tints of Flame Pea #BC5D45
RGB
CMYK
RGB Variations
Color information
#BC5D45 (or 0xBC5D45) is known color: Flame Pea. HEX triplet: BC, 5D and 45. RGB value is (188,93,69). Sum of RGB (Red+Green+Blue) = 188+93+69=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D45 is #43A2BA. Grayscale: #767676. Windows color (decimal): -4432571 or 4545980. OLE color: 4545980.
HSL color Cylindrical-coordinate representation of color #BC5D45: hue angle of 12.1º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5D45 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 69 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.26 |
| HSL | 12.1º | 0.47% | 0.5% | - |
| HSV(B) | 12.1º | 0.63% | 0.74% | - |
| XYZ | 25.73 | 18.95 | 7.93 | - |
| YUV | 118.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 69 | 0 | 0.51 | 0.63 | 0.26 | 12.1 | 0.47 | 0.5 |
| Hex | BC | 5D | 45 | 0 | 33 | 3F | 1A | C | 2F | 32 |
| Octal | 274 | 135 | 105 | 0 | 63 | 77 | 32 | 14 | 57 | 62 |
| Binary | 10111100 | 1011101 | 1000101 | 0 | 110011 | 111111 | 11010 | 1100 | 101111 | 110010 |
Color Harmonies of #BC5D45
Complementary color
Monochromatic Colors of #BC5D45
Black with #BC5D45
Text Example
Text Example
White with #BC5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D45; }
p { color: rgb(188,93,69); }
H1.HeaderClassName
{
color: #BC5D45;
}
.AnyTagClassName
{
color: #BC5D45;
}
</style>
background-color css
<style>
a { background-color: #BC5D45; }
a { background-color: rgb(188,93,69); }
div.DivClassName
{
background-color: #BC5D45;
}
.BgClassName
{
background-color: #BC5D45;
}
</style>
border-color css
<style>
span { border-color: #BC5D45; }
span { border-color: rgb(188,93,69); }
td.TdClassName
{
border-color: #BC5D45;
}
.TagClassName
{
border-color: #BC5D45;
}
</style>