Shades of Flame Pea #BC6550
Tints of Flame Pea #BC6550
RGB
CMYK
RGB Variations
Color information
#BC6550 (or 0xBC6550) is known color: Flame Pea. HEX triplet: BC, 65 and 50. RGB value is (188,101,80). Sum of RGB (Red+Green+Blue) = 188+101+80=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6550 is #439AAF. Grayscale: #7C7C7C. Windows color (decimal): -4430512 or 5268924. OLE color: 5268924.
HSL color Cylindrical-coordinate representation of color #BC6550: hue angle of 11.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6550 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 80 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.26 |
| HSL | 11.67º | 0.45% | 0.53% | - |
| HSV(B) | 11.67º | 0.57% | 0.74% | - |
| XYZ | 26.84 | 20.58 | 10.15 | - |
| YUV | 124.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 80 | 0 | 0.46 | 0.57 | 0.26 | 11.67 | 0.45 | 0.53 |
| Hex | BC | 65 | 50 | 0 | 2E | 39 | 1A | C | 2D | 35 |
| Octal | 274 | 145 | 120 | 0 | 56 | 71 | 32 | 14 | 55 | 65 |
| Binary | 10111100 | 1100101 | 1010000 | 0 | 101110 | 111001 | 11010 | 1100 | 101101 | 110101 |
Color Harmonies of #BC6550
Complementary color
Monochromatic Colors of #BC6550
Black with #BC6550
Text Example
Text Example
White with #BC6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6550; }
p { color: rgb(188,101,80); }
H1.HeaderClassName
{
color: #BC6550;
}
.AnyTagClassName
{
color: #BC6550;
}
</style>
background-color css
<style>
a { background-color: #BC6550; }
a { background-color: rgb(188,101,80); }
div.DivClassName
{
background-color: #BC6550;
}
.BgClassName
{
background-color: #BC6550;
}
</style>
border-color css
<style>
span { border-color: #BC6550; }
span { border-color: rgb(188,101,80); }
td.TdClassName
{
border-color: #BC6550;
}
.TagClassName
{
border-color: #BC6550;
}
</style>