Shades of Flame Pea #BC6645
Tints of Flame Pea #BC6645
RGB
CMYK
RGB Variations
Color information
#BC6645 (or 0xBC6645) is known color: Flame Pea. HEX triplet: BC, 66 and 45. RGB value is (188,102,69). Sum of RGB (Red+Green+Blue) = 188+102+69=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6645 is #4399BA. Grayscale: #7C7C7C. Windows color (decimal): -4430267 or 4548284. OLE color: 4548284.
HSL color Cylindrical-coordinate representation of color #BC6645: hue angle of 16.64º 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 #BC6645 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 69 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.26 |
| HSL | 16.64º | 0.47% | 0.5% | - |
| HSV(B) | 16.64º | 0.63% | 0.74% | - |
| XYZ | 26.56 | 20.62 | 8.21 | - |
| YUV | 123.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 69 | 0 | 0.46 | 0.63 | 0.26 | 16.64 | 0.47 | 0.5 |
| Hex | BC | 66 | 45 | 0 | 2E | 3F | 1A | 11 | 2F | 32 |
| Octal | 274 | 146 | 105 | 0 | 56 | 77 | 32 | 21 | 57 | 62 |
| Binary | 10111100 | 1100110 | 1000101 | 0 | 101110 | 111111 | 11010 | 10001 | 101111 | 110010 |
Color Harmonies of #BC6645
Complementary color
Monochromatic Colors of #BC6645
Black with #BC6645
Text Example
Text Example
White with #BC6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6645; }
p { color: rgb(188,102,69); }
H1.HeaderClassName
{
color: #BC6645;
}
.AnyTagClassName
{
color: #BC6645;
}
</style>
background-color css
<style>
a { background-color: #BC6645; }
a { background-color: rgb(188,102,69); }
div.DivClassName
{
background-color: #BC6645;
}
.BgClassName
{
background-color: #BC6645;
}
</style>
border-color css
<style>
span { border-color: #BC6645; }
span { border-color: rgb(188,102,69); }
td.TdClassName
{
border-color: #BC6645;
}
.TagClassName
{
border-color: #BC6645;
}
</style>