Shades of Flame Pea #BC5B47
Tints of Flame Pea #BC5B47
RGB
CMYK
RGB Variations
Color information
#BC5B47 (or 0xBC5B47) is known color: Flame Pea. HEX triplet: BC, 5B and 47. RGB value is (188,91,71). Sum of RGB (Red+Green+Blue) = 188+91+71=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B47 is #43A4B8. Grayscale: #757575. Windows color (decimal): -4433081 or 4676540. OLE color: 4676540.
HSL color Cylindrical-coordinate representation of color #BC5B47: hue angle of 10.26º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5B47 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 71 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.26 |
| HSL | 10.26º | 0.47% | 0.51% | - |
| HSV(B) | 10.26º | 0.62% | 0.74% | - |
| XYZ | 25.62 | 18.63 | 8.21 | - |
| YUV | 117.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 71 | 0 | 0.52 | 0.62 | 0.26 | 10.26 | 0.47 | 0.51 |
| Hex | BC | 5B | 47 | 0 | 34 | 3E | 1A | A | 2F | 33 |
| Octal | 274 | 133 | 107 | 0 | 64 | 76 | 32 | 12 | 57 | 63 |
| Binary | 10111100 | 1011011 | 1000111 | 0 | 110100 | 111110 | 11010 | 1010 | 101111 | 110011 |
Color Harmonies of #BC5B47
Complementary color
Monochromatic Colors of #BC5B47
Black with #BC5B47
Text Example
Text Example
White with #BC5B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B47; }
p { color: rgb(188,91,71); }
H1.HeaderClassName
{
color: #BC5B47;
}
.AnyTagClassName
{
color: #BC5B47;
}
</style>
background-color css
<style>
a { background-color: #BC5B47; }
a { background-color: rgb(188,91,71); }
div.DivClassName
{
background-color: #BC5B47;
}
.BgClassName
{
background-color: #BC5B47;
}
</style>
border-color css
<style>
span { border-color: #BC5B47; }
span { border-color: rgb(188,91,71); }
td.TdClassName
{
border-color: #BC5B47;
}
.TagClassName
{
border-color: #BC5B47;
}
</style>