Shades of Flame Pea #BC6250
Tints of Flame Pea #BC6250
RGB
CMYK
RGB Variations
Color information
#BC6250 (or 0xBC6250) is known color: Flame Pea. HEX triplet: BC, 62 and 50. RGB value is (188,98,80). Sum of RGB (Red+Green+Blue) = 188+98+80=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6250 is #439DAF. Grayscale: #7B7B7B. Windows color (decimal): -4431280 or 5268156. OLE color: 5268156.
HSL color Cylindrical-coordinate representation of color #BC6250: hue angle of 10º degrees, saturation: 0.45, 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 #BC6250 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 80 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.26 |
| HSL | 10º | 0.45% | 0.53% | - |
| HSV(B) | 10º | 0.57% | 0.74% | - |
| XYZ | 26.55 | 20.01 | 10.05 | - |
| YUV | 122.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 80 | 0 | 0.48 | 0.57 | 0.26 | 10 | 0.45 | 0.53 |
| Hex | BC | 62 | 50 | 0 | 30 | 39 | 1A | A | 2D | 35 |
| Octal | 274 | 142 | 120 | 0 | 60 | 71 | 32 | 12 | 55 | 65 |
| Binary | 10111100 | 1100010 | 1010000 | 0 | 110000 | 111001 | 11010 | 1010 | 101101 | 110101 |
Color Harmonies of #BC6250
Complementary color
Monochromatic Colors of #BC6250
Black with #BC6250
Text Example
Text Example
White with #BC6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6250; }
p { color: rgb(188,98,80); }
H1.HeaderClassName
{
color: #BC6250;
}
.AnyTagClassName
{
color: #BC6250;
}
</style>
background-color css
<style>
a { background-color: #BC6250; }
a { background-color: rgb(188,98,80); }
div.DivClassName
{
background-color: #BC6250;
}
.BgClassName
{
background-color: #BC6250;
}
</style>
border-color css
<style>
span { border-color: #BC6250; }
span { border-color: rgb(188,98,80); }
td.TdClassName
{
border-color: #BC6250;
}
.TagClassName
{
border-color: #BC6250;
}
</style>