Shades of Flame Pea #BC6351
Tints of Flame Pea #BC6351
RGB
CMYK
RGB Variations
Color information
#BC6351 (or 0xBC6351) is known color: Flame Pea. HEX triplet: BC, 63 and 51. RGB value is (188,99,81). Sum of RGB (Red+Green+Blue) = 188+99+81=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6351 is #439CAE. Grayscale: #7B7B7B. Windows color (decimal): -4431023 or 5333948. OLE color: 5333948.
HSL color Cylindrical-coordinate representation of color #BC6351: hue angle of 10.09º 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 #BC6351 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 81 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.26 |
| HSL | 10.09º | 0.44% | 0.53% | - |
| HSV(B) | 10.09º | 0.57% | 0.74% | - |
| XYZ | 26.69 | 20.21 | 10.28 | - |
| YUV | 123.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 81 | 0 | 0.47 | 0.57 | 0.26 | 10.09 | 0.44 | 0.53 |
| Hex | BC | 63 | 51 | 0 | 2F | 39 | 1A | A | 2C | 35 |
| Octal | 274 | 143 | 121 | 0 | 57 | 71 | 32 | 12 | 54 | 65 |
| Binary | 10111100 | 1100011 | 1010001 | 0 | 101111 | 111001 | 11010 | 1010 | 101100 | 110101 |
Color Harmonies of #BC6351
Complementary color
Monochromatic Colors of #BC6351
Black with #BC6351
Text Example
Text Example
White with #BC6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6351; }
p { color: rgb(188,99,81); }
H1.HeaderClassName
{
color: #BC6351;
}
.AnyTagClassName
{
color: #BC6351;
}
</style>
background-color css
<style>
a { background-color: #BC6351; }
a { background-color: rgb(188,99,81); }
div.DivClassName
{
background-color: #BC6351;
}
.BgClassName
{
background-color: #BC6351;
}
</style>
border-color css
<style>
span { border-color: #BC6351; }
span { border-color: rgb(188,99,81); }
td.TdClassName
{
border-color: #BC6351;
}
.TagClassName
{
border-color: #BC6351;
}
</style>