Shades of Flame Pea #BC5944
Tints of Flame Pea #BC5944
RGB
CMYK
RGB Variations
Color information
#BC5944 (or 0xBC5944) is known color: Flame Pea. HEX triplet: BC, 59 and 44. RGB value is (188,89,68). Sum of RGB (Red+Green+Blue) = 188+89+68=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5944 is #43A6BB. Grayscale: #747474. Windows color (decimal): -4433596 or 4479420. OLE color: 4479420.
HSL color Cylindrical-coordinate representation of color #BC5944: hue angle of 10.5º 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 #BC5944 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 68 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.26 |
| HSL | 10.5º | 0.47% | 0.5% | - |
| HSV(B) | 10.5º | 0.64% | 0.74% | - |
| XYZ | 25.35 | 18.25 | 7.66 | - |
| YUV | 116.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 68 | 0 | 0.53 | 0.64 | 0.26 | 10.5 | 0.47 | 0.5 |
| Hex | BC | 59 | 44 | 0 | 35 | 40 | 1A | A | 2F | 32 |
| Octal | 274 | 131 | 104 | 0 | 65 | 100 | 32 | 12 | 57 | 62 |
| Binary | 10111100 | 1011001 | 1000100 | 0 | 110101 | 1000000 | 11010 | 1010 | 101111 | 110010 |
Color Harmonies of #BC5944
Complementary color
Monochromatic Colors of #BC5944
Black with #BC5944
Text Example
Text Example
White with #BC5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5944; }
p { color: rgb(188,89,68); }
H1.HeaderClassName
{
color: #BC5944;
}
.AnyTagClassName
{
color: #BC5944;
}
</style>
background-color css
<style>
a { background-color: #BC5944; }
a { background-color: rgb(188,89,68); }
div.DivClassName
{
background-color: #BC5944;
}
.BgClassName
{
background-color: #BC5944;
}
</style>
border-color css
<style>
span { border-color: #BC5944; }
span { border-color: rgb(188,89,68); }
td.TdClassName
{
border-color: #BC5944;
}
.TagClassName
{
border-color: #BC5944;
}
</style>