Shades of Flame Pea #BC604A
Tints of Flame Pea #BC604A
RGB
CMYK
RGB Variations
Color information
#BC604A (or 0xBC604A) is known color: Flame Pea. HEX triplet: BC, 60 and 4A. RGB value is (188,96,74). Sum of RGB (Red+Green+Blue) = 188+96+74=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC604A is #439FB5. Grayscale: #797979. Windows color (decimal): -4431798 or 4874428. OLE color: 4874428.
HSL color Cylindrical-coordinate representation of color #BC604A: hue angle of 11.58º 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 #BC604A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 74 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.26 |
| HSL | 11.58º | 0.46% | 0.51% | - |
| HSV(B) | 11.58º | 0.61% | 0.74% | - |
| XYZ | 26.16 | 19.55 | 8.87 | - |
| YUV | 121 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 74 | 0 | 0.49 | 0.61 | 0.26 | 11.58 | 0.46 | 0.51 |
| Hex | BC | 60 | 4A | 0 | 31 | 3D | 1A | C | 2E | 33 |
| Octal | 274 | 140 | 112 | 0 | 61 | 75 | 32 | 14 | 56 | 63 |
| Binary | 10111100 | 1100000 | 1001010 | 0 | 110001 | 111101 | 11010 | 1100 | 101110 | 110011 |
Color Harmonies of #BC604A
Complementary color
Monochromatic Colors of #BC604A
Black with #BC604A
Text Example
Text Example
White with #BC604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC604A; }
p { color: rgb(188,96,74); }
H1.HeaderClassName
{
color: #BC604A;
}
.AnyTagClassName
{
color: #BC604A;
}
</style>
background-color css
<style>
a { background-color: #BC604A; }
a { background-color: rgb(188,96,74); }
div.DivClassName
{
background-color: #BC604A;
}
.BgClassName
{
background-color: #BC604A;
}
</style>
border-color css
<style>
span { border-color: #BC604A; }
span { border-color: rgb(188,96,74); }
td.TdClassName
{
border-color: #BC604A;
}
.TagClassName
{
border-color: #BC604A;
}
</style>