Shades of Flame Pea #BC6951
Tints of Flame Pea #BC6951
RGB
CMYK
RGB Variations
Color information
#BC6951 (or 0xBC6951) is known color: Flame Pea. HEX triplet: BC, 69 and 51. RGB value is (188,105,81). Sum of RGB (Red+Green+Blue) = 188+105+81=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6951 is #4396AE. Grayscale: #7F7F7F. Windows color (decimal): -4429487 or 5335484. OLE color: 5335484.
HSL color Cylindrical-coordinate representation of color #BC6951: hue angle of 13.46º 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 #BC6951 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 81 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.26 |
| HSL | 13.46º | 0.44% | 0.53% | - |
| HSV(B) | 13.46º | 0.57% | 0.74% | - |
| XYZ | 27.28 | 21.39 | 10.48 | - |
| YUV | 127.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 81 | 0 | 0.44 | 0.57 | 0.26 | 13.46 | 0.44 | 0.53 |
| Hex | BC | 69 | 51 | 0 | 2C | 39 | 1A | D | 2C | 35 |
| Octal | 274 | 151 | 121 | 0 | 54 | 71 | 32 | 15 | 54 | 65 |
| Binary | 10111100 | 1101001 | 1010001 | 0 | 101100 | 111001 | 11010 | 1101 | 101100 | 110101 |
Color Harmonies of #BC6951
Complementary color
Monochromatic Colors of #BC6951
Black with #BC6951
Text Example
Text Example
White with #BC6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6951; }
p { color: rgb(188,105,81); }
H1.HeaderClassName
{
color: #BC6951;
}
.AnyTagClassName
{
color: #BC6951;
}
</style>
background-color css
<style>
a { background-color: #BC6951; }
a { background-color: rgb(188,105,81); }
div.DivClassName
{
background-color: #BC6951;
}
.BgClassName
{
background-color: #BC6951;
}
</style>
border-color css
<style>
span { border-color: #BC6951; }
span { border-color: rgb(188,105,81); }
td.TdClassName
{
border-color: #BC6951;
}
.TagClassName
{
border-color: #BC6951;
}
</style>