Shades of Flame Pea #BC574A
Tints of Flame Pea #BC574A
RGB
CMYK
RGB Variations
Color information
#BC574A (or 0xBC574A) is known color: Flame Pea. HEX triplet: BC, 57 and 4A. RGB value is (188,87,74). Sum of RGB (Red+Green+Blue) = 188+87+74=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC574A is #43A8B5. Grayscale: #737373. Windows color (decimal): -4434102 or 4872124. OLE color: 4872124.
HSL color Cylindrical-coordinate representation of color #BC574A: hue angle of 6.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC574A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 74 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.26 |
| HSL | 6.84º | 0.46% | 0.51% | - |
| HSV(B) | 6.84º | 0.61% | 0.74% | - |
| XYZ | 25.38 | 18 | 8.62 | - |
| YUV | 115.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 74 | 0 | 0.54 | 0.61 | 0.26 | 6.84 | 0.46 | 0.51 |
| Hex | BC | 57 | 4A | 0 | 36 | 3D | 1A | 7 | 2E | 33 |
| Octal | 274 | 127 | 112 | 0 | 66 | 75 | 32 | 7 | 56 | 63 |
| Binary | 10111100 | 1010111 | 1001010 | 0 | 110110 | 111101 | 11010 | 111 | 101110 | 110011 |
Color Harmonies of #BC574A
Complementary color
Monochromatic Colors of #BC574A
Black with #BC574A
Text Example
Text Example
White with #BC574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC574A; }
p { color: rgb(188,87,74); }
H1.HeaderClassName
{
color: #BC574A;
}
.AnyTagClassName
{
color: #BC574A;
}
</style>
background-color css
<style>
a { background-color: #BC574A; }
a { background-color: rgb(188,87,74); }
div.DivClassName
{
background-color: #BC574A;
}
.BgClassName
{
background-color: #BC574A;
}
</style>
border-color css
<style>
span { border-color: #BC574A; }
span { border-color: rgb(188,87,74); }
td.TdClassName
{
border-color: #BC574A;
}
.TagClassName
{
border-color: #BC574A;
}
</style>