Shades of Flame Pea #BC674F
Tints of Flame Pea #BC674F
RGB
CMYK
RGB Variations
Color information
#BC674F (or 0xBC674F) is known color: Flame Pea. HEX triplet: BC, 67 and 4F. RGB value is (188,103,79). Sum of RGB (Red+Green+Blue) = 188+103+79=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC674F is #4398B0. Grayscale: #7D7D7D. Windows color (decimal): -4430001 or 5203900. OLE color: 5203900.
HSL color Cylindrical-coordinate representation of color #BC674F: hue angle of 13.21º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC674F is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 79 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.26 |
| HSL | 13.21º | 0.45% | 0.52% | - |
| HSV(B) | 13.21º | 0.58% | 0.74% | - |
| XYZ | 27 | 20.96 | 10.02 | - |
| YUV | 125.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 79 | 0 | 0.45 | 0.58 | 0.26 | 13.21 | 0.45 | 0.52 |
| Hex | BC | 67 | 4F | 0 | 2D | 3A | 1A | D | 2D | 34 |
| Octal | 274 | 147 | 117 | 0 | 55 | 72 | 32 | 15 | 55 | 64 |
| Binary | 10111100 | 1100111 | 1001111 | 0 | 101101 | 111010 | 11010 | 1101 | 101101 | 110100 |
Color Harmonies of #BC674F
Complementary color
Monochromatic Colors of #BC674F
Black with #BC674F
Text Example
Text Example
White with #BC674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC674F; }
p { color: rgb(188,103,79); }
H1.HeaderClassName
{
color: #BC674F;
}
.AnyTagClassName
{
color: #BC674F;
}
</style>
background-color css
<style>
a { background-color: #BC674F; }
a { background-color: rgb(188,103,79); }
div.DivClassName
{
background-color: #BC674F;
}
.BgClassName
{
background-color: #BC674F;
}
</style>
border-color css
<style>
span { border-color: #BC674F; }
span { border-color: rgb(188,103,79); }
td.TdClassName
{
border-color: #BC674F;
}
.TagClassName
{
border-color: #BC674F;
}
</style>