Shades of Flame Pea #BC6751
Tints of Flame Pea #BC6751
RGB
CMYK
RGB Variations
Color information
#BC6751 (or 0xBC6751) is known color: Flame Pea. HEX triplet: BC, 67 and 51. RGB value is (188,103,81). Sum of RGB (Red+Green+Blue) = 188+103+81=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6751 is #4398AE. Grayscale: #7E7E7E. Windows color (decimal): -4429999 or 5334972. OLE color: 5334972.
HSL color Cylindrical-coordinate representation of color #BC6751: hue angle of 12.34º 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 #BC6751 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 81 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.26 |
| HSL | 12.34º | 0.44% | 0.53% | - |
| HSV(B) | 12.34º | 0.57% | 0.74% | - |
| XYZ | 27.07 | 20.99 | 10.41 | - |
| YUV | 125.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 81 | 0 | 0.45 | 0.57 | 0.26 | 12.34 | 0.44 | 0.53 |
| Hex | BC | 67 | 51 | 0 | 2D | 39 | 1A | C | 2C | 35 |
| Octal | 274 | 147 | 121 | 0 | 55 | 71 | 32 | 14 | 54 | 65 |
| Binary | 10111100 | 1100111 | 1010001 | 0 | 101101 | 111001 | 11010 | 1100 | 101100 | 110101 |
Color Harmonies of #BC6751
Complementary color
Monochromatic Colors of #BC6751
Black with #BC6751
Text Example
Text Example
White with #BC6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6751; }
p { color: rgb(188,103,81); }
H1.HeaderClassName
{
color: #BC6751;
}
.AnyTagClassName
{
color: #BC6751;
}
</style>
background-color css
<style>
a { background-color: #BC6751; }
a { background-color: rgb(188,103,81); }
div.DivClassName
{
background-color: #BC6751;
}
.BgClassName
{
background-color: #BC6751;
}
</style>
border-color css
<style>
span { border-color: #BC6751; }
span { border-color: rgb(188,103,81); }
td.TdClassName
{
border-color: #BC6751;
}
.TagClassName
{
border-color: #BC6751;
}
</style>