Shades of Flame Pea #BC654F
Tints of Flame Pea #BC654F
RGB
CMYK
RGB Variations
Color information
#BC654F (or 0xBC654F) is known color: Flame Pea. HEX triplet: BC, 65 and 4F. RGB value is (188,101,79). Sum of RGB (Red+Green+Blue) = 188+101+79=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC654F is #439AB0. Grayscale: #7C7C7C. Windows color (decimal): -4430513 or 5203388. OLE color: 5203388.
HSL color Cylindrical-coordinate representation of color #BC654F: hue angle of 12.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC654F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 79 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.26 |
| HSL | 12.11º | 0.45% | 0.52% | - |
| HSV(B) | 12.11º | 0.58% | 0.74% | - |
| XYZ | 26.8 | 20.56 | 9.95 | - |
| YUV | 124.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 79 | 0 | 0.46 | 0.58 | 0.26 | 12.11 | 0.45 | 0.52 |
| Hex | BC | 65 | 4F | 0 | 2E | 3A | 1A | C | 2D | 34 |
| Octal | 274 | 145 | 117 | 0 | 56 | 72 | 32 | 14 | 55 | 64 |
| Binary | 10111100 | 1100101 | 1001111 | 0 | 101110 | 111010 | 11010 | 1100 | 101101 | 110100 |
Color Harmonies of #BC654F
Complementary color
Monochromatic Colors of #BC654F
Black with #BC654F
Text Example
Text Example
White with #BC654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC654F; }
p { color: rgb(188,101,79); }
H1.HeaderClassName
{
color: #BC654F;
}
.AnyTagClassName
{
color: #BC654F;
}
</style>
background-color css
<style>
a { background-color: #BC654F; }
a { background-color: rgb(188,101,79); }
div.DivClassName
{
background-color: #BC654F;
}
.BgClassName
{
background-color: #BC654F;
}
</style>
border-color css
<style>
span { border-color: #BC654F; }
span { border-color: rgb(188,101,79); }
td.TdClassName
{
border-color: #BC654F;
}
.TagClassName
{
border-color: #BC654F;
}
</style>