Shades of Flame Pea #BC6043
Tints of Flame Pea #BC6043
RGB
CMYK
RGB Variations
Color information
#BC6043 (or 0xBC6043) is known color: Flame Pea. HEX triplet: BC, 60 and 43. RGB value is (188,96,67). Sum of RGB (Red+Green+Blue) = 188+96+67=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6043 is #439FBC. Grayscale: #787878. Windows color (decimal): -4431805 or 4415676. OLE color: 4415676.
HSL color Cylindrical-coordinate representation of color #BC6043: hue angle of 14.38º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC6043 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 67 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.26 |
| HSL | 14.38º | 0.47% | 0.5% | - |
| HSV(B) | 14.38º | 0.64% | 0.74% | - |
| XYZ | 25.94 | 19.46 | 7.7 | - |
| YUV | 120.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 67 | 0 | 0.49 | 0.64 | 0.26 | 14.38 | 0.47 | 0.5 |
| Hex | BC | 60 | 43 | 0 | 31 | 40 | 1A | E | 2F | 32 |
| Octal | 274 | 140 | 103 | 0 | 61 | 100 | 32 | 16 | 57 | 62 |
| Binary | 10111100 | 1100000 | 1000011 | 0 | 110001 | 1000000 | 11010 | 1110 | 101111 | 110010 |
Color Harmonies of #BC6043
Complementary color
Monochromatic Colors of #BC6043
Black with #BC6043
Text Example
Text Example
White with #BC6043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6043; }
p { color: rgb(188,96,67); }
H1.HeaderClassName
{
color: #BC6043;
}
.AnyTagClassName
{
color: #BC6043;
}
</style>
background-color css
<style>
a { background-color: #BC6043; }
a { background-color: rgb(188,96,67); }
div.DivClassName
{
background-color: #BC6043;
}
.BgClassName
{
background-color: #BC6043;
}
</style>
border-color css
<style>
span { border-color: #BC6043; }
span { border-color: rgb(188,96,67); }
td.TdClassName
{
border-color: #BC6043;
}
.TagClassName
{
border-color: #BC6043;
}
</style>