Shades of Flame Pea #BC583E
Tints of Flame Pea #BC583E
RGB
CMYK
RGB Variations
Color information
#BC583E (or 0xBC583E) is known color: Flame Pea. HEX triplet: BC, 58 and 3E. RGB value is (188,88,62). Sum of RGB (Red+Green+Blue) = 188+88+62=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC583E is #43A7C1. Grayscale: #737373. Windows color (decimal): -4433858 or 4085948. OLE color: 4085948.
HSL color Cylindrical-coordinate representation of color #BC583E: hue angle of 12.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC583E is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 62 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.26 |
| HSL | 12.38º | 0.5% | 0.49% | - |
| HSV(B) | 12.38º | 0.67% | 0.74% | - |
| XYZ | 25.1 | 18.02 | 6.71 | - |
| YUV | 114.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 62 | 0 | 0.53 | 0.67 | 0.26 | 12.38 | 0.5 | 0.49 |
| Hex | BC | 58 | 3E | 0 | 35 | 43 | 1A | C | 32 | 31 |
| Octal | 274 | 130 | 76 | 0 | 65 | 103 | 32 | 14 | 62 | 61 |
| Binary | 10111100 | 1011000 | 111110 | 0 | 110101 | 1000011 | 11010 | 1100 | 110010 | 110001 |
Color Harmonies of #BC583E
Complementary color
Monochromatic Colors of #BC583E
Black with #BC583E
Text Example
Text Example
White with #BC583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC583E; }
p { color: rgb(188,88,62); }
H1.HeaderClassName
{
color: #BC583E;
}
.AnyTagClassName
{
color: #BC583E;
}
</style>
background-color css
<style>
a { background-color: #BC583E; }
a { background-color: rgb(188,88,62); }
div.DivClassName
{
background-color: #BC583E;
}
.BgClassName
{
background-color: #BC583E;
}
</style>
border-color css
<style>
span { border-color: #BC583E; }
span { border-color: rgb(188,88,62); }
td.TdClassName
{
border-color: #BC583E;
}
.TagClassName
{
border-color: #BC583E;
}
</style>