Shades of Flame Pea #BC674A
Tints of Flame Pea #BC674A
RGB
CMYK
RGB Variations
Color information
#BC674A (or 0xBC674A) is known color: Flame Pea. HEX triplet: BC, 67 and 4A. RGB value is (188,103,74). Sum of RGB (Red+Green+Blue) = 188+103+74=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC674A is #4398B5. Grayscale: #7D7D7D. Windows color (decimal): -4430006 or 4876220. OLE color: 4876220.
HSL color Cylindrical-coordinate representation of color #BC674A: hue angle of 15.26º 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 #BC674A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 74 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.26 |
| HSL | 15.26º | 0.46% | 0.51% | - |
| HSV(B) | 15.26º | 0.61% | 0.74% | - |
| XYZ | 26.83 | 20.89 | 9.1 | - |
| YUV | 125.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 74 | 0 | 0.45 | 0.61 | 0.26 | 15.26 | 0.46 | 0.51 |
| Hex | BC | 67 | 4A | 0 | 2D | 3D | 1A | F | 2E | 33 |
| Octal | 274 | 147 | 112 | 0 | 55 | 75 | 32 | 17 | 56 | 63 |
| Binary | 10111100 | 1100111 | 1001010 | 0 | 101101 | 111101 | 11010 | 1111 | 101110 | 110011 |
Color Harmonies of #BC674A
Complementary color
Monochromatic Colors of #BC674A
Black with #BC674A
Text Example
Text Example
White with #BC674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC674A; }
p { color: rgb(188,103,74); }
H1.HeaderClassName
{
color: #BC674A;
}
.AnyTagClassName
{
color: #BC674A;
}
</style>
background-color css
<style>
a { background-color: #BC674A; }
a { background-color: rgb(188,103,74); }
div.DivClassName
{
background-color: #BC674A;
}
.BgClassName
{
background-color: #BC674A;
}
</style>
border-color css
<style>
span { border-color: #BC674A; }
span { border-color: rgb(188,103,74); }
td.TdClassName
{
border-color: #BC674A;
}
.TagClassName
{
border-color: #BC674A;
}
</style>