Shades of Flame Pea #BC5B49
Tints of Flame Pea #BC5B49
RGB
CMYK
RGB Variations
Color information
#BC5B49 (or 0xBC5B49) is known color: Flame Pea. HEX triplet: BC, 5B and 49. RGB value is (188,91,73). Sum of RGB (Red+Green+Blue) = 188+91+73=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B49 is #43A4B6. Grayscale: #767676. Windows color (decimal): -4433079 or 4807612. OLE color: 4807612.
HSL color Cylindrical-coordinate representation of color #BC5B49: hue angle of 9.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5B49 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 73 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.26 |
| HSL | 9.39º | 0.46% | 0.51% | - |
| HSV(B) | 9.39º | 0.61% | 0.74% | - |
| XYZ | 25.68 | 18.65 | 8.55 | - |
| YUV | 117.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 73 | 0 | 0.52 | 0.61 | 0.26 | 9.39 | 0.46 | 0.51 |
| Hex | BC | 5B | 49 | 0 | 34 | 3D | 1A | 9 | 2E | 33 |
| Octal | 274 | 133 | 111 | 0 | 64 | 75 | 32 | 11 | 56 | 63 |
| Binary | 10111100 | 1011011 | 1001001 | 0 | 110100 | 111101 | 11010 | 1001 | 101110 | 110011 |
Color Harmonies of #BC5B49
Complementary color
Monochromatic Colors of #BC5B49
Black with #BC5B49
Text Example
Text Example
White with #BC5B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B49; }
p { color: rgb(188,91,73); }
H1.HeaderClassName
{
color: #BC5B49;
}
.AnyTagClassName
{
color: #BC5B49;
}
</style>
background-color css
<style>
a { background-color: #BC5B49; }
a { background-color: rgb(188,91,73); }
div.DivClassName
{
background-color: #BC5B49;
}
.BgClassName
{
background-color: #BC5B49;
}
</style>
border-color css
<style>
span { border-color: #BC5B49; }
span { border-color: rgb(188,91,73); }
td.TdClassName
{
border-color: #BC5B49;
}
.TagClassName
{
border-color: #BC5B49;
}
</style>