Shades of Flame Pea #BC553F
Tints of Flame Pea #BC553F
RGB
CMYK
RGB Variations
Color information
#BC553F (or 0xBC553F) is known color: Flame Pea. HEX triplet: BC, 55 and 3F. RGB value is (188,85,63). Sum of RGB (Red+Green+Blue) = 188+85+63=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC553F is #43AAC0. Grayscale: #717171. Windows color (decimal): -4434625 or 4150716. OLE color: 4150716.
HSL color Cylindrical-coordinate representation of color #BC553F: hue angle of 10.56º 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 #BC553F is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 63 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.26 |
| HSL | 10.56º | 0.5% | 0.49% | - |
| HSV(B) | 10.56º | 0.66% | 0.74% | - |
| XYZ | 24.88 | 17.55 | 6.78 | - |
| YUV | 113.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 63 | 0 | 0.55 | 0.66 | 0.26 | 10.56 | 0.5 | 0.49 |
| Hex | BC | 55 | 3F | 0 | 37 | 42 | 1A | B | 32 | 31 |
| Octal | 274 | 125 | 77 | 0 | 67 | 102 | 32 | 13 | 62 | 61 |
| Binary | 10111100 | 1010101 | 111111 | 0 | 110111 | 1000010 | 11010 | 1011 | 110010 | 110001 |
Color Harmonies of #BC553F
Complementary color
Monochromatic Colors of #BC553F
Black with #BC553F
Text Example
Text Example
White with #BC553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC553F; }
p { color: rgb(188,85,63); }
H1.HeaderClassName
{
color: #BC553F;
}
.AnyTagClassName
{
color: #BC553F;
}
</style>
background-color css
<style>
a { background-color: #BC553F; }
a { background-color: rgb(188,85,63); }
div.DivClassName
{
background-color: #BC553F;
}
.BgClassName
{
background-color: #BC553F;
}
</style>
border-color css
<style>
span { border-color: #BC553F; }
span { border-color: rgb(188,85,63); }
td.TdClassName
{
border-color: #BC553F;
}
.TagClassName
{
border-color: #BC553F;
}
</style>