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