Shades of Flame Pea #BC6649
Tints of Flame Pea #BC6649
RGB
CMYK
RGB Variations
Color information
#BC6649 (or 0xBC6649) is known color: Flame Pea. HEX triplet: BC, 66 and 49. RGB value is (188,102,73). Sum of RGB (Red+Green+Blue) = 188+102+73=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6649 is #4399B6. Grayscale: #7C7C7C. Windows color (decimal): -4430263 or 4810428. OLE color: 4810428.
HSL color Cylindrical-coordinate representation of color #BC6649: hue angle of 15.13º 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 #BC6649 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 73 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.26 |
| HSL | 15.13º | 0.46% | 0.51% | - |
| HSV(B) | 15.13º | 0.61% | 0.74% | - |
| XYZ | 26.69 | 20.68 | 8.89 | - |
| YUV | 124.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 73 | 0 | 0.46 | 0.61 | 0.26 | 15.13 | 0.46 | 0.51 |
| Hex | BC | 66 | 49 | 0 | 2E | 3D | 1A | F | 2E | 33 |
| Octal | 274 | 146 | 111 | 0 | 56 | 75 | 32 | 17 | 56 | 63 |
| Binary | 10111100 | 1100110 | 1001001 | 0 | 101110 | 111101 | 11010 | 1111 | 101110 | 110011 |
Color Harmonies of #BC6649
Complementary color
Monochromatic Colors of #BC6649
Black with #BC6649
Text Example
Text Example
White with #BC6649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6649; }
p { color: rgb(188,102,73); }
H1.HeaderClassName
{
color: #BC6649;
}
.AnyTagClassName
{
color: #BC6649;
}
</style>
background-color css
<style>
a { background-color: #BC6649; }
a { background-color: rgb(188,102,73); }
div.DivClassName
{
background-color: #BC6649;
}
.BgClassName
{
background-color: #BC6649;
}
</style>
border-color css
<style>
span { border-color: #BC6649; }
span { border-color: rgb(188,102,73); }
td.TdClassName
{
border-color: #BC6649;
}
.TagClassName
{
border-color: #BC6649;
}
</style>