Shades of Flame Pea #BC5D44
Tints of Flame Pea #BC5D44
RGB
CMYK
RGB Variations
Color information
#BC5D44 (or 0xBC5D44) is known color: Flame Pea. HEX triplet: BC, 5D and 44. RGB value is (188,93,68). Sum of RGB (Red+Green+Blue) = 188+93+68=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D44 is #43A2BB. Grayscale: #767676. Windows color (decimal): -4432572 or 4480444. OLE color: 4480444.
HSL color Cylindrical-coordinate representation of color #BC5D44: hue angle of 12.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5D44 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 68 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.26 |
| HSL | 12.5º | 0.47% | 0.5% | - |
| HSV(B) | 12.5º | 0.64% | 0.74% | - |
| XYZ | 25.7 | 18.94 | 7.77 | - |
| YUV | 118.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 68 | 0 | 0.51 | 0.64 | 0.26 | 12.5 | 0.47 | 0.5 |
| Hex | BC | 5D | 44 | 0 | 33 | 40 | 1A | C | 2F | 32 |
| Octal | 274 | 135 | 104 | 0 | 63 | 100 | 32 | 14 | 57 | 62 |
| Binary | 10111100 | 1011101 | 1000100 | 0 | 110011 | 1000000 | 11010 | 1100 | 101111 | 110010 |
Color Harmonies of #BC5D44
Complementary color
Monochromatic Colors of #BC5D44
Black with #BC5D44
Text Example
Text Example
White with #BC5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D44; }
p { color: rgb(188,93,68); }
H1.HeaderClassName
{
color: #BC5D44;
}
.AnyTagClassName
{
color: #BC5D44;
}
</style>
background-color css
<style>
a { background-color: #BC5D44; }
a { background-color: rgb(188,93,68); }
div.DivClassName
{
background-color: #BC5D44;
}
.BgClassName
{
background-color: #BC5D44;
}
</style>
border-color css
<style>
span { border-color: #BC5D44; }
span { border-color: rgb(188,93,68); }
td.TdClassName
{
border-color: #BC5D44;
}
.TagClassName
{
border-color: #BC5D44;
}
</style>