Shades of Flame Pea #BC604B
Tints of Flame Pea #BC604B
RGB
CMYK
RGB Variations
Color information
#BC604B (or 0xBC604B) is known color: Flame Pea. HEX triplet: BC, 60 and 4B. RGB value is (188,96,75). Sum of RGB (Red+Green+Blue) = 188+96+75=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC604B is #439FB4. Grayscale: #797979. Windows color (decimal): -4431797 or 4939964. OLE color: 4939964.
HSL color Cylindrical-coordinate representation of color #BC604B: hue angle of 11.15º 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 #BC604B is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 75 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.26 |
| HSL | 11.15º | 0.46% | 0.52% | - |
| HSV(B) | 11.15º | 0.6% | 0.74% | - |
| XYZ | 26.19 | 19.57 | 9.05 | - |
| YUV | 121.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 75 | 0 | 0.49 | 0.60 | 0.26 | 11.15 | 0.46 | 0.52 |
| Hex | BC | 60 | 4B | 0 | 31 | 3C | 1A | B | 2E | 34 |
| Octal | 274 | 140 | 113 | 0 | 61 | 74 | 32 | 13 | 56 | 64 |
| Binary | 10111100 | 1100000 | 1001011 | 0 | 110001 | 111100 | 11010 | 1011 | 101110 | 110100 |
Color Harmonies of #BC604B
Complementary color
Monochromatic Colors of #BC604B
Black with #BC604B
Text Example
Text Example
White with #BC604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC604B; }
p { color: rgb(188,96,75); }
H1.HeaderClassName
{
color: #BC604B;
}
.AnyTagClassName
{
color: #BC604B;
}
</style>
background-color css
<style>
a { background-color: #BC604B; }
a { background-color: rgb(188,96,75); }
div.DivClassName
{
background-color: #BC604B;
}
.BgClassName
{
background-color: #BC604B;
}
</style>
border-color css
<style>
span { border-color: #BC604B; }
span { border-color: rgb(188,96,75); }
td.TdClassName
{
border-color: #BC604B;
}
.TagClassName
{
border-color: #BC604B;
}
</style>