Shades of Flame Pea #BC6348
Tints of Flame Pea #BC6348
RGB
CMYK
RGB Variations
Color information
#BC6348 (or 0xBC6348) is known color: Flame Pea. HEX triplet: BC, 63 and 48. RGB value is (188,99,72). Sum of RGB (Red+Green+Blue) = 188+99+72=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6348 is #439CB7. Grayscale: #7A7A7A. Windows color (decimal): -4431032 or 4744124. OLE color: 4744124.
HSL color Cylindrical-coordinate representation of color #BC6348: hue angle of 13.97º 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 #BC6348 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 72 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.26 |
| HSL | 13.97º | 0.46% | 0.51% | - |
| HSV(B) | 13.97º | 0.62% | 0.74% | - |
| XYZ | 26.37 | 20.08 | 8.62 | - |
| YUV | 122.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 72 | 0 | 0.47 | 0.62 | 0.26 | 13.97 | 0.46 | 0.51 |
| Hex | BC | 63 | 48 | 0 | 2F | 3E | 1A | E | 2E | 33 |
| Octal | 274 | 143 | 110 | 0 | 57 | 76 | 32 | 16 | 56 | 63 |
| Binary | 10111100 | 1100011 | 1001000 | 0 | 101111 | 111110 | 11010 | 1110 | 101110 | 110011 |
Color Harmonies of #BC6348
Complementary color
Monochromatic Colors of #BC6348
Black with #BC6348
Text Example
Text Example
White with #BC6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6348; }
p { color: rgb(188,99,72); }
H1.HeaderClassName
{
color: #BC6348;
}
.AnyTagClassName
{
color: #BC6348;
}
</style>
background-color css
<style>
a { background-color: #BC6348; }
a { background-color: rgb(188,99,72); }
div.DivClassName
{
background-color: #BC6348;
}
.BgClassName
{
background-color: #BC6348;
}
</style>
border-color css
<style>
span { border-color: #BC6348; }
span { border-color: rgb(188,99,72); }
td.TdClassName
{
border-color: #BC6348;
}
.TagClassName
{
border-color: #BC6348;
}
</style>