Shades of Flame Pea #BC5D4D
Tints of Flame Pea #BC5D4D
RGB
CMYK
RGB Variations
Color information
#BC5D4D (or 0xBC5D4D) is known color: Flame Pea. HEX triplet: BC, 5D and 4D. RGB value is (188,93,77). Sum of RGB (Red+Green+Blue) = 188+93+77=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D4D is #43A2B2. Grayscale: #777777. Windows color (decimal): -4432563 or 5070268. OLE color: 5070268.
HSL color Cylindrical-coordinate representation of color #BC5D4D: hue angle of 8.65º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5D4D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 77 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.26 |
| HSL | 8.65º | 0.45% | 0.52% | - |
| HSV(B) | 8.65º | 0.59% | 0.74% | - |
| XYZ | 25.99 | 19.06 | 9.33 | - |
| YUV | 119.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 77 | 0 | 0.51 | 0.59 | 0.26 | 8.65 | 0.45 | 0.52 |
| Hex | BC | 5D | 4D | 0 | 33 | 3B | 1A | 9 | 2D | 34 |
| Octal | 274 | 135 | 115 | 0 | 63 | 73 | 32 | 11 | 55 | 64 |
| Binary | 10111100 | 1011101 | 1001101 | 0 | 110011 | 111011 | 11010 | 1001 | 101101 | 110100 |
Color Harmonies of #BC5D4D
Complementary color
Monochromatic Colors of #BC5D4D
Black with #BC5D4D
Text Example
Text Example
White with #BC5D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D4D; }
p { color: rgb(188,93,77); }
H1.HeaderClassName
{
color: #BC5D4D;
}
.AnyTagClassName
{
color: #BC5D4D;
}
</style>
background-color css
<style>
a { background-color: #BC5D4D; }
a { background-color: rgb(188,93,77); }
div.DivClassName
{
background-color: #BC5D4D;
}
.BgClassName
{
background-color: #BC5D4D;
}
</style>
border-color css
<style>
span { border-color: #BC5D4D; }
span { border-color: rgb(188,93,77); }
td.TdClassName
{
border-color: #BC5D4D;
}
.TagClassName
{
border-color: #BC5D4D;
}
</style>