Shades of Flame Pea #BC594F
Tints of Flame Pea #BC594F
RGB
CMYK
RGB Variations
Color information
#BC594F (or 0xBC594F) is known color: Flame Pea. HEX triplet: BC, 59 and 4F. RGB value is (188,89,79). Sum of RGB (Red+Green+Blue) = 188+89+79=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC594F is #43A6B0. Grayscale: #757575. Windows color (decimal): -4433585 or 5200316. OLE color: 5200316.
HSL color Cylindrical-coordinate representation of color #BC594F: hue angle of 5.5º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC594F is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 79 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.26 |
| HSL | 5.5º | 0.45% | 0.52% | - |
| HSV(B) | 5.5º | 0.58% | 0.74% | - |
| XYZ | 25.72 | 18.4 | 9.59 | - |
| YUV | 117.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 79 | 0 | 0.53 | 0.58 | 0.26 | 5.5 | 0.45 | 0.52 |
| Hex | BC | 59 | 4F | 0 | 35 | 3A | 1A | 6 | 2D | 34 |
| Octal | 274 | 131 | 117 | 0 | 65 | 72 | 32 | 6 | 55 | 64 |
| Binary | 10111100 | 1011001 | 1001111 | 0 | 110101 | 111010 | 11010 | 110 | 101101 | 110100 |
Color Harmonies of #BC594F
Complementary color
Monochromatic Colors of #BC594F
Black with #BC594F
Text Example
Text Example
White with #BC594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC594F; }
p { color: rgb(188,89,79); }
H1.HeaderClassName
{
color: #BC594F;
}
.AnyTagClassName
{
color: #BC594F;
}
</style>
background-color css
<style>
a { background-color: #BC594F; }
a { background-color: rgb(188,89,79); }
div.DivClassName
{
background-color: #BC594F;
}
.BgClassName
{
background-color: #BC594F;
}
</style>
border-color css
<style>
span { border-color: #BC594F; }
span { border-color: rgb(188,89,79); }
td.TdClassName
{
border-color: #BC594F;
}
.TagClassName
{
border-color: #BC594F;
}
</style>