Shades of Flame Pea #BC6845
Tints of Flame Pea #BC6845
RGB
CMYK
RGB Variations
Color information
#BC6845 (or 0xBC6845) is known color: Flame Pea. HEX triplet: BC, 68 and 45. RGB value is (188,104,69). Sum of RGB (Red+Green+Blue) = 188+104+69=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6845 is #4397BA. Grayscale: #7D7D7D. Windows color (decimal): -4429755 or 4548796. OLE color: 4548796.
HSL color Cylindrical-coordinate representation of color #BC6845: hue angle of 17.65º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC6845 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 69 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.26 |
| HSL | 17.65º | 0.47% | 0.5% | - |
| HSV(B) | 17.65º | 0.63% | 0.74% | - |
| XYZ | 26.76 | 21.02 | 8.28 | - |
| YUV | 125.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 69 | 0 | 0.45 | 0.63 | 0.26 | 17.65 | 0.47 | 0.5 |
| Hex | BC | 68 | 45 | 0 | 2D | 3F | 1A | 12 | 2F | 32 |
| Octal | 274 | 150 | 105 | 0 | 55 | 77 | 32 | 22 | 57 | 62 |
| Binary | 10111100 | 1101000 | 1000101 | 0 | 101101 | 111111 | 11010 | 10010 | 101111 | 110010 |
Color Harmonies of #BC6845
Complementary color
Monochromatic Colors of #BC6845
Black with #BC6845
Text Example
Text Example
White with #BC6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6845; }
p { color: rgb(188,104,69); }
H1.HeaderClassName
{
color: #BC6845;
}
.AnyTagClassName
{
color: #BC6845;
}
</style>
background-color css
<style>
a { background-color: #BC6845; }
a { background-color: rgb(188,104,69); }
div.DivClassName
{
background-color: #BC6845;
}
.BgClassName
{
background-color: #BC6845;
}
</style>
border-color css
<style>
span { border-color: #BC6845; }
span { border-color: rgb(188,104,69); }
td.TdClassName
{
border-color: #BC6845;
}
.TagClassName
{
border-color: #BC6845;
}
</style>