Shades of Flame Pea #BC6444
Tints of Flame Pea #BC6444
RGB
CMYK
RGB Variations
Color information
#BC6444 (or 0xBC6444) is known color: Flame Pea. HEX triplet: BC, 64 and 44. RGB value is (188,100,68). Sum of RGB (Red+Green+Blue) = 188+100+68=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6444 is #439BBB. Grayscale: #7A7A7A. Windows color (decimal): -4430780 or 4482236. OLE color: 4482236.
HSL color Cylindrical-coordinate representation of color #BC6444: hue angle of 16º 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 #BC6444 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 68 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.26 |
| HSL | 16º | 0.47% | 0.5% | - |
| HSV(B) | 16º | 0.64% | 0.74% | - |
| XYZ | 26.34 | 20.22 | 7.98 | - |
| YUV | 122.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 68 | 0 | 0.47 | 0.64 | 0.26 | 16 | 0.47 | 0.5 |
| Hex | BC | 64 | 44 | 0 | 2F | 40 | 1A | 10 | 2F | 32 |
| Octal | 274 | 144 | 104 | 0 | 57 | 100 | 32 | 20 | 57 | 62 |
| Binary | 10111100 | 1100100 | 1000100 | 0 | 101111 | 1000000 | 11010 | 10000 | 101111 | 110010 |
Color Harmonies of #BC6444
Complementary color
Monochromatic Colors of #BC6444
Black with #BC6444
Text Example
Text Example
White with #BC6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6444; }
p { color: rgb(188,100,68); }
H1.HeaderClassName
{
color: #BC6444;
}
.AnyTagClassName
{
color: #BC6444;
}
</style>
background-color css
<style>
a { background-color: #BC6444; }
a { background-color: rgb(188,100,68); }
div.DivClassName
{
background-color: #BC6444;
}
.BgClassName
{
background-color: #BC6444;
}
</style>
border-color css
<style>
span { border-color: #BC6444; }
span { border-color: rgb(188,100,68); }
td.TdClassName
{
border-color: #BC6444;
}
.TagClassName
{
border-color: #BC6444;
}
</style>