Shades of Flame Pea #BC654C
Tints of Flame Pea #BC654C
RGB
CMYK
RGB Variations
Color information
#BC654C (or 0xBC654C) is known color: Flame Pea. HEX triplet: BC, 65 and 4C. RGB value is (188,101,76). Sum of RGB (Red+Green+Blue) = 188+101+76=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC654C is #439AB3. Grayscale: #7C7C7C. Windows color (decimal): -4430516 or 5006780. OLE color: 5006780.
HSL color Cylindrical-coordinate representation of color #BC654C: hue angle of 13.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC654C is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 76 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.26 |
| HSL | 13.39º | 0.46% | 0.52% | - |
| HSV(B) | 13.39º | 0.6% | 0.74% | - |
| XYZ | 26.7 | 20.52 | 9.39 | - |
| YUV | 124.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 76 | 0 | 0.46 | 0.60 | 0.26 | 13.39 | 0.46 | 0.52 |
| Hex | BC | 65 | 4C | 0 | 2E | 3C | 1A | D | 2E | 34 |
| Octal | 274 | 145 | 114 | 0 | 56 | 74 | 32 | 15 | 56 | 64 |
| Binary | 10111100 | 1100101 | 1001100 | 0 | 101110 | 111100 | 11010 | 1101 | 101110 | 110100 |
Color Harmonies of #BC654C
Complementary color
Monochromatic Colors of #BC654C
Black with #BC654C
Text Example
Text Example
White with #BC654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC654C; }
p { color: rgb(188,101,76); }
H1.HeaderClassName
{
color: #BC654C;
}
.AnyTagClassName
{
color: #BC654C;
}
</style>
background-color css
<style>
a { background-color: #BC654C; }
a { background-color: rgb(188,101,76); }
div.DivClassName
{
background-color: #BC654C;
}
.BgClassName
{
background-color: #BC654C;
}
</style>
border-color css
<style>
span { border-color: #BC654C; }
span { border-color: rgb(188,101,76); }
td.TdClassName
{
border-color: #BC654C;
}
.TagClassName
{
border-color: #BC654C;
}
</style>