Shades of Flame Pea #BC654D
Tints of Flame Pea #BC654D
RGB
CMYK
RGB Variations
Color information
#BC654D (or 0xBC654D) is known color: Flame Pea. HEX triplet: BC, 65 and 4D. RGB value is (188,101,77). Sum of RGB (Red+Green+Blue) = 188+101+77=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC654D is #439AB2. Grayscale: #7C7C7C. Windows color (decimal): -4430515 or 5072316. OLE color: 5072316.
HSL color Cylindrical-coordinate representation of color #BC654D: hue angle of 12.97º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC654D is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 77 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.26 |
| HSL | 12.97º | 0.45% | 0.52% | - |
| HSV(B) | 12.97º | 0.59% | 0.74% | - |
| XYZ | 26.73 | 20.53 | 9.58 | - |
| YUV | 124.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 77 | 0 | 0.46 | 0.59 | 0.26 | 12.97 | 0.45 | 0.52 |
| Hex | BC | 65 | 4D | 0 | 2E | 3B | 1A | D | 2D | 34 |
| Octal | 274 | 145 | 115 | 0 | 56 | 73 | 32 | 15 | 55 | 64 |
| Binary | 10111100 | 1100101 | 1001101 | 0 | 101110 | 111011 | 11010 | 1101 | 101101 | 110100 |
Color Harmonies of #BC654D
Complementary color
Monochromatic Colors of #BC654D
Black with #BC654D
Text Example
Text Example
White with #BC654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC654D; }
p { color: rgb(188,101,77); }
H1.HeaderClassName
{
color: #BC654D;
}
.AnyTagClassName
{
color: #BC654D;
}
</style>
background-color css
<style>
a { background-color: #BC654D; }
a { background-color: rgb(188,101,77); }
div.DivClassName
{
background-color: #BC654D;
}
.BgClassName
{
background-color: #BC654D;
}
</style>
border-color css
<style>
span { border-color: #BC654D; }
span { border-color: rgb(188,101,77); }
td.TdClassName
{
border-color: #BC654D;
}
.TagClassName
{
border-color: #BC654D;
}
</style>