Shades of Flame Pea #BC583C
Tints of Flame Pea #BC583C
RGB
CMYK
RGB Variations
Color information
#BC583C (or 0xBC583C) is known color: Flame Pea. HEX triplet: BC, 58 and 3C. RGB value is (188,88,60). Sum of RGB (Red+Green+Blue) = 188+88+60=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC583C is #43A7C3. Grayscale: #727272. Windows color (decimal): -4433860 or 3954876. OLE color: 3954876.
HSL color Cylindrical-coordinate representation of color #BC583C: hue angle of 13.12º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC583C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 60 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.26 |
| HSL | 13.13º | 0.52% | 0.49% | - |
| HSV(B) | 13.13º | 0.68% | 0.74% | - |
| XYZ | 25.04 | 18 | 6.43 | - |
| YUV | 114.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 60 | 0 | 0.53 | 0.68 | 0.26 | 13.13 | 0.52 | 0.49 |
| Hex | BC | 58 | 3C | 0 | 35 | 44 | 1A | D | 34 | 31 |
| Octal | 274 | 130 | 74 | 0 | 65 | 104 | 32 | 15 | 64 | 61 |
| Binary | 10111100 | 1011000 | 111100 | 0 | 110101 | 1000100 | 11010 | 1101 | 110100 | 110001 |
Color Harmonies of #BC583C
Complementary color
Monochromatic Colors of #BC583C
Black with #BC583C
Text Example
Text Example
White with #BC583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC583C; }
p { color: rgb(188,88,60); }
H1.HeaderClassName
{
color: #BC583C;
}
.AnyTagClassName
{
color: #BC583C;
}
</style>
background-color css
<style>
a { background-color: #BC583C; }
a { background-color: rgb(188,88,60); }
div.DivClassName
{
background-color: #BC583C;
}
.BgClassName
{
background-color: #BC583C;
}
</style>
border-color css
<style>
span { border-color: #BC583C; }
span { border-color: rgb(188,88,60); }
td.TdClassName
{
border-color: #BC583C;
}
.TagClassName
{
border-color: #BC583C;
}
</style>