Shades of Flame Pea #BC684A
Tints of Flame Pea #BC684A
RGB
CMYK
RGB Variations
Color information
#BC684A (or 0xBC684A) is known color: Flame Pea. HEX triplet: BC, 68 and 4A. RGB value is (188,104,74). Sum of RGB (Red+Green+Blue) = 188+104+74=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC684A is #4397B5. Grayscale: #7D7D7D. Windows color (decimal): -4429750 or 4876476. OLE color: 4876476.
HSL color Cylindrical-coordinate representation of color #BC684A: hue angle of 15.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC684A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 74 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.26 |
| HSL | 15.79º | 0.46% | 0.51% | - |
| HSV(B) | 15.79º | 0.61% | 0.74% | - |
| XYZ | 26.93 | 21.09 | 9.13 | - |
| YUV | 125.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 74 | 0 | 0.45 | 0.61 | 0.26 | 15.79 | 0.46 | 0.51 |
| Hex | BC | 68 | 4A | 0 | 2D | 3D | 1A | 10 | 2E | 33 |
| Octal | 274 | 150 | 112 | 0 | 55 | 75 | 32 | 20 | 56 | 63 |
| Binary | 10111100 | 1101000 | 1001010 | 0 | 101101 | 111101 | 11010 | 10000 | 101110 | 110011 |
Color Harmonies of #BC684A
Complementary color
Monochromatic Colors of #BC684A
Black with #BC684A
Text Example
Text Example
White with #BC684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC684A; }
p { color: rgb(188,104,74); }
H1.HeaderClassName
{
color: #BC684A;
}
.AnyTagClassName
{
color: #BC684A;
}
</style>
background-color css
<style>
a { background-color: #BC684A; }
a { background-color: rgb(188,104,74); }
div.DivClassName
{
background-color: #BC684A;
}
.BgClassName
{
background-color: #BC684A;
}
</style>
border-color css
<style>
span { border-color: #BC684A; }
span { border-color: rgb(188,104,74); }
td.TdClassName
{
border-color: #BC684A;
}
.TagClassName
{
border-color: #BC684A;
}
</style>