Shades of Flame Pea #BC5946
Tints of Flame Pea #BC5946
RGB
CMYK
RGB Variations
Color information
#BC5946 (or 0xBC5946) is known color: Flame Pea. HEX triplet: BC, 59 and 46. RGB value is (188,89,70). Sum of RGB (Red+Green+Blue) = 188+89+70=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5946 is #43A6B9. Grayscale: #747474. Windows color (decimal): -4433594 or 4610492. OLE color: 4610492.
HSL color Cylindrical-coordinate representation of color #BC5946: hue angle of 9.66º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5946 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 70 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.26 |
| HSL | 9.66º | 0.47% | 0.51% | - |
| HSV(B) | 9.66º | 0.63% | 0.74% | - |
| XYZ | 25.42 | 18.28 | 7.98 | - |
| YUV | 116.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 70 | 0 | 0.53 | 0.63 | 0.26 | 9.66 | 0.47 | 0.51 |
| Hex | BC | 59 | 46 | 0 | 35 | 3F | 1A | A | 2F | 33 |
| Octal | 274 | 131 | 106 | 0 | 65 | 77 | 32 | 12 | 57 | 63 |
| Binary | 10111100 | 1011001 | 1000110 | 0 | 110101 | 111111 | 11010 | 1010 | 101111 | 110011 |
Color Harmonies of #BC5946
Complementary color
Monochromatic Colors of #BC5946
Black with #BC5946
Text Example
Text Example
White with #BC5946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5946; }
p { color: rgb(188,89,70); }
H1.HeaderClassName
{
color: #BC5946;
}
.AnyTagClassName
{
color: #BC5946;
}
</style>
background-color css
<style>
a { background-color: #BC5946; }
a { background-color: rgb(188,89,70); }
div.DivClassName
{
background-color: #BC5946;
}
.BgClassName
{
background-color: #BC5946;
}
</style>
border-color css
<style>
span { border-color: #BC5946; }
span { border-color: rgb(188,89,70); }
td.TdClassName
{
border-color: #BC5946;
}
.TagClassName
{
border-color: #BC5946;
}
</style>