Shades of Flame Pea #BC5E4D
Tints of Flame Pea #BC5E4D
RGB
CMYK
RGB Variations
Color information
#BC5E4D (or 0xBC5E4D) is known color: Flame Pea. HEX triplet: BC, 5E and 4D. RGB value is (188,94,77). Sum of RGB (Red+Green+Blue) = 188+94+77=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E4D is #43A1B2. Grayscale: #787878. Windows color (decimal): -4432307 or 5070524. OLE color: 5070524.
HSL color Cylindrical-coordinate representation of color #BC5E4D: hue angle of 9.19º 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 #BC5E4D is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 77 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.26 |
| HSL | 9.19º | 0.45% | 0.52% | - |
| HSV(B) | 9.19º | 0.59% | 0.74% | - |
| XYZ | 26.08 | 19.23 | 9.36 | - |
| YUV | 120.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 77 | 0 | 0.50 | 0.59 | 0.26 | 9.19 | 0.45 | 0.52 |
| Hex | BC | 5E | 4D | 0 | 32 | 3B | 1A | 9 | 2D | 34 |
| Octal | 274 | 136 | 115 | 0 | 62 | 73 | 32 | 11 | 55 | 64 |
| Binary | 10111100 | 1011110 | 1001101 | 0 | 110010 | 111011 | 11010 | 1001 | 101101 | 110100 |
Color Harmonies of #BC5E4D
Complementary color
Monochromatic Colors of #BC5E4D
Black with #BC5E4D
Text Example
Text Example
White with #BC5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E4D; }
p { color: rgb(188,94,77); }
H1.HeaderClassName
{
color: #BC5E4D;
}
.AnyTagClassName
{
color: #BC5E4D;
}
</style>
background-color css
<style>
a { background-color: #BC5E4D; }
a { background-color: rgb(188,94,77); }
div.DivClassName
{
background-color: #BC5E4D;
}
.BgClassName
{
background-color: #BC5E4D;
}
</style>
border-color css
<style>
span { border-color: #BC5E4D; }
span { border-color: rgb(188,94,77); }
td.TdClassName
{
border-color: #BC5E4D;
}
.TagClassName
{
border-color: #BC5E4D;
}
</style>