Shades of Flame Pea #BC594C
Tints of Flame Pea #BC594C
RGB
CMYK
RGB Variations
Color information
#BC594C (or 0xBC594C) is known color: Flame Pea. HEX triplet: BC, 59 and 4C. RGB value is (188,89,76). Sum of RGB (Red+Green+Blue) = 188+89+76=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC594C is #43A6B3. Grayscale: #757575. Windows color (decimal): -4433588 or 5003708. OLE color: 5003708.
HSL color Cylindrical-coordinate representation of color #BC594C: hue angle of 6.96º 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 #BC594C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 76 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.26 |
| HSL | 6.96º | 0.46% | 0.52% | - |
| HSV(B) | 6.96º | 0.6% | 0.74% | - |
| XYZ | 25.62 | 18.36 | 9.03 | - |
| YUV | 117.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 76 | 0 | 0.53 | 0.60 | 0.26 | 6.96 | 0.46 | 0.52 |
| Hex | BC | 59 | 4C | 0 | 35 | 3C | 1A | 7 | 2E | 34 |
| Octal | 274 | 131 | 114 | 0 | 65 | 74 | 32 | 7 | 56 | 64 |
| Binary | 10111100 | 1011001 | 1001100 | 0 | 110101 | 111100 | 11010 | 111 | 101110 | 110100 |
Color Harmonies of #BC594C
Complementary color
Monochromatic Colors of #BC594C
Black with #BC594C
Text Example
Text Example
White with #BC594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC594C; }
p { color: rgb(188,89,76); }
H1.HeaderClassName
{
color: #BC594C;
}
.AnyTagClassName
{
color: #BC594C;
}
</style>
background-color css
<style>
a { background-color: #BC594C; }
a { background-color: rgb(188,89,76); }
div.DivClassName
{
background-color: #BC594C;
}
.BgClassName
{
background-color: #BC594C;
}
</style>
border-color css
<style>
span { border-color: #BC594C; }
span { border-color: rgb(188,89,76); }
td.TdClassName
{
border-color: #BC594C;
}
.TagClassName
{
border-color: #BC594C;
}
</style>