Shades of Flame Pea #BC584D
Tints of Flame Pea #BC584D
RGB
CMYK
RGB Variations
Color information
#BC584D (or 0xBC584D) is known color: Flame Pea. HEX triplet: BC, 58 and 4D. RGB value is (188,88,77). Sum of RGB (Red+Green+Blue) = 188+88+77=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC584D is #43A7B2. Grayscale: #747474. Windows color (decimal): -4433843 or 5068988. OLE color: 5068988.
HSL color Cylindrical-coordinate representation of color #BC584D: hue angle of 5.95º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC584D is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 77 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.26 |
| HSL | 5.95º | 0.45% | 0.52% | - |
| HSV(B) | 5.95º | 0.59% | 0.74% | - |
| XYZ | 25.57 | 18.21 | 9.19 | - |
| YUV | 116.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 77 | 0 | 0.53 | 0.59 | 0.26 | 5.95 | 0.45 | 0.52 |
| Hex | BC | 58 | 4D | 0 | 35 | 3B | 1A | 6 | 2D | 34 |
| Octal | 274 | 130 | 115 | 0 | 65 | 73 | 32 | 6 | 55 | 64 |
| Binary | 10111100 | 1011000 | 1001101 | 0 | 110101 | 111011 | 11010 | 110 | 101101 | 110100 |
Color Harmonies of #BC584D
Complementary color
Monochromatic Colors of #BC584D
Black with #BC584D
Text Example
Text Example
White with #BC584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC584D; }
p { color: rgb(188,88,77); }
H1.HeaderClassName
{
color: #BC584D;
}
.AnyTagClassName
{
color: #BC584D;
}
</style>
background-color css
<style>
a { background-color: #BC584D; }
a { background-color: rgb(188,88,77); }
div.DivClassName
{
background-color: #BC584D;
}
.BgClassName
{
background-color: #BC584D;
}
</style>
border-color css
<style>
span { border-color: #BC584D; }
span { border-color: rgb(188,88,77); }
td.TdClassName
{
border-color: #BC584D;
}
.TagClassName
{
border-color: #BC584D;
}
</style>