Shades of Flame Pea #BC6343
Tints of Flame Pea #BC6343
RGB
CMYK
RGB Variations
Color information
#BC6343 (or 0xBC6343) is known color: Flame Pea. HEX triplet: BC, 63 and 43. RGB value is (188,99,67). Sum of RGB (Red+Green+Blue) = 188+99+67=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6343 is #439CBC. Grayscale: #7A7A7A. Windows color (decimal): -4431037 or 4416444. OLE color: 4416444.
HSL color Cylindrical-coordinate representation of color #BC6343: hue angle of 15.87º 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 #BC6343 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 67 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.26 |
| HSL | 15.87º | 0.47% | 0.5% | - |
| HSV(B) | 15.87º | 0.64% | 0.74% | - |
| XYZ | 26.21 | 20.02 | 7.79 | - |
| YUV | 121.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 67 | 0 | 0.47 | 0.64 | 0.26 | 15.87 | 0.47 | 0.5 |
| Hex | BC | 63 | 43 | 0 | 2F | 40 | 1A | 10 | 2F | 32 |
| Octal | 274 | 143 | 103 | 0 | 57 | 100 | 32 | 20 | 57 | 62 |
| Binary | 10111100 | 1100011 | 1000011 | 0 | 101111 | 1000000 | 11010 | 10000 | 101111 | 110010 |
Color Harmonies of #BC6343
Complementary color
Monochromatic Colors of #BC6343
Black with #BC6343
Text Example
Text Example
White with #BC6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6343; }
p { color: rgb(188,99,67); }
H1.HeaderClassName
{
color: #BC6343;
}
.AnyTagClassName
{
color: #BC6343;
}
</style>
background-color css
<style>
a { background-color: #BC6343; }
a { background-color: rgb(188,99,67); }
div.DivClassName
{
background-color: #BC6343;
}
.BgClassName
{
background-color: #BC6343;
}
</style>
border-color css
<style>
span { border-color: #BC6343; }
span { border-color: rgb(188,99,67); }
td.TdClassName
{
border-color: #BC6343;
}
.TagClassName
{
border-color: #BC6343;
}
</style>