Shades of Flame Pea #BC6551
Tints of Flame Pea #BC6551
RGB
CMYK
RGB Variations
Color information
#BC6551 (or 0xBC6551) is known color: Flame Pea. HEX triplet: BC, 65 and 51. RGB value is (188,101,81). Sum of RGB (Red+Green+Blue) = 188+101+81=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6551 is #439AAE. Grayscale: #7C7C7C. Windows color (decimal): -4430511 or 5334460. OLE color: 5334460.
HSL color Cylindrical-coordinate representation of color #BC6551: hue angle of 11.21º degrees, saturation: 0.44, 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 #BC6551 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 81 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.26 |
| HSL | 11.21º | 0.44% | 0.53% | - |
| HSV(B) | 11.21º | 0.57% | 0.74% | - |
| XYZ | 26.88 | 20.59 | 10.34 | - |
| YUV | 124.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 81 | 0 | 0.46 | 0.57 | 0.26 | 11.21 | 0.44 | 0.53 |
| Hex | BC | 65 | 51 | 0 | 2E | 39 | 1A | B | 2C | 35 |
| Octal | 274 | 145 | 121 | 0 | 56 | 71 | 32 | 13 | 54 | 65 |
| Binary | 10111100 | 1100101 | 1010001 | 0 | 101110 | 111001 | 11010 | 1011 | 101100 | 110101 |
Color Harmonies of #BC6551
Complementary color
Monochromatic Colors of #BC6551
Black with #BC6551
Text Example
Text Example
White with #BC6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6551; }
p { color: rgb(188,101,81); }
H1.HeaderClassName
{
color: #BC6551;
}
.AnyTagClassName
{
color: #BC6551;
}
</style>
background-color css
<style>
a { background-color: #BC6551; }
a { background-color: rgb(188,101,81); }
div.DivClassName
{
background-color: #BC6551;
}
.BgClassName
{
background-color: #BC6551;
}
</style>
border-color css
<style>
span { border-color: #BC6551; }
span { border-color: rgb(188,101,81); }
td.TdClassName
{
border-color: #BC6551;
}
.TagClassName
{
border-color: #BC6551;
}
</style>