Shades of Flame Pea #BC6746
Tints of Flame Pea #BC6746
RGB
CMYK
RGB Variations
Color information
#BC6746 (or 0xBC6746) is known color: Flame Pea. HEX triplet: BC, 67 and 46. RGB value is (188,103,70). Sum of RGB (Red+Green+Blue) = 188+103+70=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6746 is #4398B9. Grayscale: #7C7C7C. Windows color (decimal): -4430010 or 4614076. OLE color: 4614076.
HSL color Cylindrical-coordinate representation of color #BC6746: hue angle of 16.78º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC6746 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 70 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.26 |
| HSL | 16.78º | 0.47% | 0.51% | - |
| HSV(B) | 16.78º | 0.63% | 0.74% | - |
| XYZ | 26.69 | 20.83 | 8.41 | - |
| YUV | 124.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 70 | 0 | 0.45 | 0.63 | 0.26 | 16.78 | 0.47 | 0.51 |
| Hex | BC | 67 | 46 | 0 | 2D | 3F | 1A | 11 | 2F | 33 |
| Octal | 274 | 147 | 106 | 0 | 55 | 77 | 32 | 21 | 57 | 63 |
| Binary | 10111100 | 1100111 | 1000110 | 0 | 101101 | 111111 | 11010 | 10001 | 101111 | 110011 |
Color Harmonies of #BC6746
Complementary color
Monochromatic Colors of #BC6746
Black with #BC6746
Text Example
Text Example
White with #BC6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6746; }
p { color: rgb(188,103,70); }
H1.HeaderClassName
{
color: #BC6746;
}
.AnyTagClassName
{
color: #BC6746;
}
</style>
background-color css
<style>
a { background-color: #BC6746; }
a { background-color: rgb(188,103,70); }
div.DivClassName
{
background-color: #BC6746;
}
.BgClassName
{
background-color: #BC6746;
}
</style>
border-color css
<style>
span { border-color: #BC6746; }
span { border-color: rgb(188,103,70); }
td.TdClassName
{
border-color: #BC6746;
}
.TagClassName
{
border-color: #BC6746;
}
</style>