Shades of Flame Pea #BC694E
Tints of Flame Pea #BC694E
RGB
CMYK
RGB Variations
Color information
#BC694E (or 0xBC694E) is known color: Flame Pea. HEX triplet: BC, 69 and 4E. RGB value is (188,105,78). Sum of RGB (Red+Green+Blue) = 188+105+78=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC694E is #4396B1. Grayscale: #7E7E7E. Windows color (decimal): -4429490 or 5138876. OLE color: 5138876.
HSL color Cylindrical-coordinate representation of color #BC694E: hue angle of 14.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC694E is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 78 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.26 |
| HSL | 14.73º | 0.45% | 0.52% | - |
| HSV(B) | 14.73º | 0.59% | 0.74% | - |
| XYZ | 27.17 | 21.34 | 9.9 | - |
| YUV | 126.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 78 | 0 | 0.44 | 0.59 | 0.26 | 14.73 | 0.45 | 0.52 |
| Hex | BC | 69 | 4E | 0 | 2C | 3B | 1A | F | 2D | 34 |
| Octal | 274 | 151 | 116 | 0 | 54 | 73 | 32 | 17 | 55 | 64 |
| Binary | 10111100 | 1101001 | 1001110 | 0 | 101100 | 111011 | 11010 | 1111 | 101101 | 110100 |
Color Harmonies of #BC694E
Complementary color
Monochromatic Colors of #BC694E
Black with #BC694E
Text Example
Text Example
White with #BC694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC694E; }
p { color: rgb(188,105,78); }
H1.HeaderClassName
{
color: #BC694E;
}
.AnyTagClassName
{
color: #BC694E;
}
</style>
background-color css
<style>
a { background-color: #BC694E; }
a { background-color: rgb(188,105,78); }
div.DivClassName
{
background-color: #BC694E;
}
.BgClassName
{
background-color: #BC694E;
}
</style>
border-color css
<style>
span { border-color: #BC694E; }
span { border-color: rgb(188,105,78); }
td.TdClassName
{
border-color: #BC694E;
}
.TagClassName
{
border-color: #BC694E;
}
</style>