Shades of Flame Pea #BC684B
Tints of Flame Pea #BC684B
RGB
CMYK
RGB Variations
Color information
#BC684B (or 0xBC684B) is known color: Flame Pea. HEX triplet: BC, 68 and 4B. RGB value is (188,104,75). Sum of RGB (Red+Green+Blue) = 188+104+75=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC684B is #4397B4. Grayscale: #7E7E7E. Windows color (decimal): -4429749 or 4942012. OLE color: 4942012.
HSL color Cylindrical-coordinate representation of color #BC684B: hue angle of 15.4º 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 #BC684B is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 75 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.26 |
| HSL | 15.4º | 0.46% | 0.52% | - |
| HSV(B) | 15.4º | 0.6% | 0.74% | - |
| XYZ | 26.96 | 21.1 | 9.31 | - |
| YUV | 125.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 75 | 0 | 0.45 | 0.60 | 0.26 | 15.4 | 0.46 | 0.52 |
| Hex | BC | 68 | 4B | 0 | 2D | 3C | 1A | F | 2E | 34 |
| Octal | 274 | 150 | 113 | 0 | 55 | 74 | 32 | 17 | 56 | 64 |
| Binary | 10111100 | 1101000 | 1001011 | 0 | 101101 | 111100 | 11010 | 1111 | 101110 | 110100 |
Color Harmonies of #BC684B
Complementary color
Monochromatic Colors of #BC684B
Black with #BC684B
Text Example
Text Example
White with #BC684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC684B; }
p { color: rgb(188,104,75); }
H1.HeaderClassName
{
color: #BC684B;
}
.AnyTagClassName
{
color: #BC684B;
}
</style>
background-color css
<style>
a { background-color: #BC684B; }
a { background-color: rgb(188,104,75); }
div.DivClassName
{
background-color: #BC684B;
}
.BgClassName
{
background-color: #BC684B;
}
</style>
border-color css
<style>
span { border-color: #BC684B; }
span { border-color: rgb(188,104,75); }
td.TdClassName
{
border-color: #BC684B;
}
.TagClassName
{
border-color: #BC684B;
}
</style>