Shades of Flame Pea #BC6750
Tints of Flame Pea #BC6750
RGB
CMYK
RGB Variations
Color information
#BC6750 (or 0xBC6750) is known color: Flame Pea. HEX triplet: BC, 67 and 50. RGB value is (188,103,80). Sum of RGB (Red+Green+Blue) = 188+103+80=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6750 is #4398AF. Grayscale: #7D7D7D. Windows color (decimal): -4430000 or 5269436. OLE color: 5269436.
HSL color Cylindrical-coordinate representation of color #BC6750: hue angle of 12.78º degrees, saturation: 0.45, 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 #BC6750 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 80 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.26 |
| HSL | 12.78º | 0.45% | 0.53% | - |
| HSV(B) | 12.78º | 0.57% | 0.74% | - |
| XYZ | 27.04 | 20.97 | 10.21 | - |
| YUV | 125.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 80 | 0 | 0.45 | 0.57 | 0.26 | 12.78 | 0.45 | 0.53 |
| Hex | BC | 67 | 50 | 0 | 2D | 39 | 1A | D | 2D | 35 |
| Octal | 274 | 147 | 120 | 0 | 55 | 71 | 32 | 15 | 55 | 65 |
| Binary | 10111100 | 1100111 | 1010000 | 0 | 101101 | 111001 | 11010 | 1101 | 101101 | 110101 |
Color Harmonies of #BC6750
Complementary color
Monochromatic Colors of #BC6750
Black with #BC6750
Text Example
Text Example
White with #BC6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6750; }
p { color: rgb(188,103,80); }
H1.HeaderClassName
{
color: #BC6750;
}
.AnyTagClassName
{
color: #BC6750;
}
</style>
background-color css
<style>
a { background-color: #BC6750; }
a { background-color: rgb(188,103,80); }
div.DivClassName
{
background-color: #BC6750;
}
.BgClassName
{
background-color: #BC6750;
}
</style>
border-color css
<style>
span { border-color: #BC6750; }
span { border-color: rgb(188,103,80); }
td.TdClassName
{
border-color: #BC6750;
}
.TagClassName
{
border-color: #BC6750;
}
</style>