Shades of Flame Pea #BC584C
Tints of Flame Pea #BC584C
RGB
CMYK
RGB Variations
Color information
#BC584C (or 0xBC584C) is known color: Flame Pea. HEX triplet: BC, 58 and 4C. RGB value is (188,88,76). Sum of RGB (Red+Green+Blue) = 188+88+76=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC584C is #43A7B3. Grayscale: #747474. Windows color (decimal): -4433844 or 5003452. OLE color: 5003452.
HSL color Cylindrical-coordinate representation of color #BC584C: hue angle of 6.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC584C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 76 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.26 |
| HSL | 6.43º | 0.46% | 0.52% | - |
| HSV(B) | 6.43º | 0.6% | 0.74% | - |
| XYZ | 25.53 | 18.19 | 9 | - |
| YUV | 116.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 76 | 0 | 0.53 | 0.60 | 0.26 | 6.43 | 0.46 | 0.52 |
| Hex | BC | 58 | 4C | 0 | 35 | 3C | 1A | 6 | 2E | 34 |
| Octal | 274 | 130 | 114 | 0 | 65 | 74 | 32 | 6 | 56 | 64 |
| Binary | 10111100 | 1011000 | 1001100 | 0 | 110101 | 111100 | 11010 | 110 | 101110 | 110100 |
Color Harmonies of #BC584C
Complementary color
Monochromatic Colors of #BC584C
Black with #BC584C
Text Example
Text Example
White with #BC584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC584C; }
p { color: rgb(188,88,76); }
H1.HeaderClassName
{
color: #BC584C;
}
.AnyTagClassName
{
color: #BC584C;
}
</style>
background-color css
<style>
a { background-color: #BC584C; }
a { background-color: rgb(188,88,76); }
div.DivClassName
{
background-color: #BC584C;
}
.BgClassName
{
background-color: #BC584C;
}
</style>
border-color css
<style>
span { border-color: #BC584C; }
span { border-color: rgb(188,88,76); }
td.TdClassName
{
border-color: #BC584C;
}
.TagClassName
{
border-color: #BC584C;
}
</style>