Shades of Flame Pea #BC574B
Tints of Flame Pea #BC574B
RGB
CMYK
RGB Variations
Color information
#BC574B (or 0xBC574B) is known color: Flame Pea. HEX triplet: BC, 57 and 4B. RGB value is (188,87,75). Sum of RGB (Red+Green+Blue) = 188+87+75=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC574B is #43A8B4. Grayscale: #737373. Windows color (decimal): -4434101 or 4937660. OLE color: 4937660.
HSL color Cylindrical-coordinate representation of color #BC574B: hue angle of 6.37º 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 #BC574B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 75 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.26 |
| HSL | 6.37º | 0.46% | 0.52% | - |
| HSV(B) | 6.37º | 0.6% | 0.74% | - |
| XYZ | 25.42 | 18.02 | 8.79 | - |
| YUV | 115.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 75 | 0 | 0.54 | 0.60 | 0.26 | 6.37 | 0.46 | 0.52 |
| Hex | BC | 57 | 4B | 0 | 36 | 3C | 1A | 6 | 2E | 34 |
| Octal | 274 | 127 | 113 | 0 | 66 | 74 | 32 | 6 | 56 | 64 |
| Binary | 10111100 | 1010111 | 1001011 | 0 | 110110 | 111100 | 11010 | 110 | 101110 | 110100 |
Color Harmonies of #BC574B
Complementary color
Monochromatic Colors of #BC574B
Black with #BC574B
Text Example
Text Example
White with #BC574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC574B; }
p { color: rgb(188,87,75); }
H1.HeaderClassName
{
color: #BC574B;
}
.AnyTagClassName
{
color: #BC574B;
}
</style>
background-color css
<style>
a { background-color: #BC574B; }
a { background-color: rgb(188,87,75); }
div.DivClassName
{
background-color: #BC574B;
}
.BgClassName
{
background-color: #BC574B;
}
</style>
border-color css
<style>
span { border-color: #BC574B; }
span { border-color: rgb(188,87,75); }
td.TdClassName
{
border-color: #BC574B;
}
.TagClassName
{
border-color: #BC574B;
}
</style>