Shades of Flame Pea #BC6048
Tints of Flame Pea #BC6048
RGB
CMYK
RGB Variations
Color information
#BC6048 (or 0xBC6048) is known color: Flame Pea. HEX triplet: BC, 60 and 48. RGB value is (188,96,72). Sum of RGB (Red+Green+Blue) = 188+96+72=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6048 is #439FB7. Grayscale: #787878. Windows color (decimal): -4431800 or 4743356. OLE color: 4743356.
HSL color Cylindrical-coordinate representation of color #BC6048: hue angle of 12.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6048 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 72 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.26 |
| HSL | 12.41º | 0.46% | 0.51% | - |
| HSV(B) | 12.41º | 0.62% | 0.74% | - |
| XYZ | 26.09 | 19.52 | 8.52 | - |
| YUV | 120.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 72 | 0 | 0.49 | 0.62 | 0.26 | 12.41 | 0.46 | 0.51 |
| Hex | BC | 60 | 48 | 0 | 31 | 3E | 1A | C | 2E | 33 |
| Octal | 274 | 140 | 110 | 0 | 61 | 76 | 32 | 14 | 56 | 63 |
| Binary | 10111100 | 1100000 | 1001000 | 0 | 110001 | 111110 | 11010 | 1100 | 101110 | 110011 |
Color Harmonies of #BC6048
Complementary color
Monochromatic Colors of #BC6048
Black with #BC6048
Text Example
Text Example
White with #BC6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6048; }
p { color: rgb(188,96,72); }
H1.HeaderClassName
{
color: #BC6048;
}
.AnyTagClassName
{
color: #BC6048;
}
</style>
background-color css
<style>
a { background-color: #BC6048; }
a { background-color: rgb(188,96,72); }
div.DivClassName
{
background-color: #BC6048;
}
.BgClassName
{
background-color: #BC6048;
}
</style>
border-color css
<style>
span { border-color: #BC6048; }
span { border-color: rgb(188,96,72); }
td.TdClassName
{
border-color: #BC6048;
}
.TagClassName
{
border-color: #BC6048;
}
</style>