Shades of Flame Pea #BC563F
Tints of Flame Pea #BC563F
RGB
CMYK
RGB Variations
Color information
#BC563F (or 0xBC563F) is known color: Flame Pea. HEX triplet: BC, 56 and 3F. RGB value is (188,86,63). Sum of RGB (Red+Green+Blue) = 188+86+63=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC563F is #43A9C0. Grayscale: #727272. Windows color (decimal): -4434369 or 4150972. OLE color: 4150972.
HSL color Cylindrical-coordinate representation of color #BC563F: hue angle of 11.04º 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 #BC563F is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 63 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.26 |
| HSL | 11.04º | 0.5% | 0.49% | - |
| HSV(B) | 11.04º | 0.66% | 0.74% | - |
| XYZ | 24.96 | 17.71 | 6.8 | - |
| YUV | 113.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 63 | 0 | 0.54 | 0.66 | 0.26 | 11.04 | 0.5 | 0.49 |
| Hex | BC | 56 | 3F | 0 | 36 | 42 | 1A | B | 32 | 31 |
| Octal | 274 | 126 | 77 | 0 | 66 | 102 | 32 | 13 | 62 | 61 |
| Binary | 10111100 | 1010110 | 111111 | 0 | 110110 | 1000010 | 11010 | 1011 | 110010 | 110001 |
Color Harmonies of #BC563F
Complementary color
Monochromatic Colors of #BC563F
Black with #BC563F
Text Example
Text Example
White with #BC563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC563F; }
p { color: rgb(188,86,63); }
H1.HeaderClassName
{
color: #BC563F;
}
.AnyTagClassName
{
color: #BC563F;
}
</style>
background-color css
<style>
a { background-color: #BC563F; }
a { background-color: rgb(188,86,63); }
div.DivClassName
{
background-color: #BC563F;
}
.BgClassName
{
background-color: #BC563F;
}
</style>
border-color css
<style>
span { border-color: #BC563F; }
span { border-color: rgb(188,86,63); }
td.TdClassName
{
border-color: #BC563F;
}
.TagClassName
{
border-color: #BC563F;
}
</style>