Shades of Flame Pea #BC543F
Tints of Flame Pea #BC543F
RGB
CMYK
RGB Variations
Color information
#BC543F (or 0xBC543F) is known color: Flame Pea. HEX triplet: BC, 54 and 3F. RGB value is (188,84,63). Sum of RGB (Red+Green+Blue) = 188+84+63=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC543F is #43ABC0. Grayscale: #707070. Windows color (decimal): -4434881 or 4150460. OLE color: 4150460.
HSL color Cylindrical-coordinate representation of color #BC543F: hue angle of 10.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC543F is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 63 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.26 |
| HSL | 10.08º | 0.5% | 0.49% | - |
| HSV(B) | 10.08º | 0.66% | 0.74% | - |
| XYZ | 24.81 | 17.39 | 6.75 | - |
| YUV | 112.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 63 | 0 | 0.55 | 0.66 | 0.26 | 10.08 | 0.5 | 0.49 |
| Hex | BC | 54 | 3F | 0 | 37 | 42 | 1A | A | 32 | 31 |
| Octal | 274 | 124 | 77 | 0 | 67 | 102 | 32 | 12 | 62 | 61 |
| Binary | 10111100 | 1010100 | 111111 | 0 | 110111 | 1000010 | 11010 | 1010 | 110010 | 110001 |
Color Harmonies of #BC543F
Complementary color
Monochromatic Colors of #BC543F
Black with #BC543F
Text Example
Text Example
White with #BC543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC543F; }
p { color: rgb(188,84,63); }
H1.HeaderClassName
{
color: #BC543F;
}
.AnyTagClassName
{
color: #BC543F;
}
</style>
background-color css
<style>
a { background-color: #BC543F; }
a { background-color: rgb(188,84,63); }
div.DivClassName
{
background-color: #BC543F;
}
.BgClassName
{
background-color: #BC543F;
}
</style>
border-color css
<style>
span { border-color: #BC543F; }
span { border-color: rgb(188,84,63); }
td.TdClassName
{
border-color: #BC543F;
}
.TagClassName
{
border-color: #BC543F;
}
</style>