Shades of Flame Pea #BC6244
Tints of Flame Pea #BC6244
RGB
CMYK
RGB Variations
Color information
#BC6244 (or 0xBC6244) is known color: Flame Pea. HEX triplet: BC, 62 and 44. RGB value is (188,98,68). Sum of RGB (Red+Green+Blue) = 188+98+68=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6244 is #439DBB. Grayscale: #797979. Windows color (decimal): -4431292 or 4481724. OLE color: 4481724.
HSL color Cylindrical-coordinate representation of color #BC6244: hue angle of 15º 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 #BC6244 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 68 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.26 |
| HSL | 15º | 0.47% | 0.5% | - |
| HSV(B) | 15º | 0.64% | 0.74% | - |
| XYZ | 26.15 | 19.84 | 7.92 | - |
| YUV | 121.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 68 | 0 | 0.48 | 0.64 | 0.26 | 15 | 0.47 | 0.5 |
| Hex | BC | 62 | 44 | 0 | 30 | 40 | 1A | F | 2F | 32 |
| Octal | 274 | 142 | 104 | 0 | 60 | 100 | 32 | 17 | 57 | 62 |
| Binary | 10111100 | 1100010 | 1000100 | 0 | 110000 | 1000000 | 11010 | 1111 | 101111 | 110010 |
Color Harmonies of #BC6244
Complementary color
Monochromatic Colors of #BC6244
Black with #BC6244
Text Example
Text Example
White with #BC6244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6244; }
p { color: rgb(188,98,68); }
H1.HeaderClassName
{
color: #BC6244;
}
.AnyTagClassName
{
color: #BC6244;
}
</style>
background-color css
<style>
a { background-color: #BC6244; }
a { background-color: rgb(188,98,68); }
div.DivClassName
{
background-color: #BC6244;
}
.BgClassName
{
background-color: #BC6244;
}
</style>
border-color css
<style>
span { border-color: #BC6244; }
span { border-color: rgb(188,98,68); }
td.TdClassName
{
border-color: #BC6244;
}
.TagClassName
{
border-color: #BC6244;
}
</style>