Shades of Flame Pea #BC6051
Tints of Flame Pea #BC6051
RGB
CMYK
RGB Variations
Color information
#BC6051 (or 0xBC6051) is known color: Flame Pea. HEX triplet: BC, 60 and 51. RGB value is (188,96,81). Sum of RGB (Red+Green+Blue) = 188+96+81=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6051 is #439FAE. Grayscale: #797979. Windows color (decimal): -4431791 or 5333180. OLE color: 5333180.
HSL color Cylindrical-coordinate representation of color #BC6051: hue angle of 8.41º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6051 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 81 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.26 |
| HSL | 8.41º | 0.44% | 0.53% | - |
| HSV(B) | 8.41º | 0.57% | 0.74% | - |
| XYZ | 26.41 | 19.65 | 10.19 | - |
| YUV | 121.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 81 | 0 | 0.49 | 0.57 | 0.26 | 8.41 | 0.44 | 0.53 |
| Hex | BC | 60 | 51 | 0 | 31 | 39 | 1A | 8 | 2C | 35 |
| Octal | 274 | 140 | 121 | 0 | 61 | 71 | 32 | 10 | 54 | 65 |
| Binary | 10111100 | 1100000 | 1010001 | 0 | 110001 | 111001 | 11010 | 1000 | 101100 | 110101 |
Color Harmonies of #BC6051
Complementary color
Monochromatic Colors of #BC6051
Black with #BC6051
Text Example
Text Example
White with #BC6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6051; }
p { color: rgb(188,96,81); }
H1.HeaderClassName
{
color: #BC6051;
}
.AnyTagClassName
{
color: #BC6051;
}
</style>
background-color css
<style>
a { background-color: #BC6051; }
a { background-color: rgb(188,96,81); }
div.DivClassName
{
background-color: #BC6051;
}
.BgClassName
{
background-color: #BC6051;
}
</style>
border-color css
<style>
span { border-color: #BC6051; }
span { border-color: rgb(188,96,81); }
td.TdClassName
{
border-color: #BC6051;
}
.TagClassName
{
border-color: #BC6051;
}
</style>