Shades of Flame Pea #BC5E4B
Tints of Flame Pea #BC5E4B
RGB
CMYK
RGB Variations
Color information
#BC5E4B (or 0xBC5E4B) is known color: Flame Pea. HEX triplet: BC, 5E and 4B. RGB value is (188,94,75). Sum of RGB (Red+Green+Blue) = 188+94+75=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E4B is #43A1B4. Grayscale: #787878. Windows color (decimal): -4432309 or 4939452. OLE color: 4939452.
HSL color Cylindrical-coordinate representation of color #BC5E4B: hue angle of 10.09º 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 #BC5E4B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 75 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.26 |
| HSL | 10.09º | 0.46% | 0.52% | - |
| HSV(B) | 10.09º | 0.6% | 0.74% | - |
| XYZ | 26.01 | 19.2 | 8.99 | - |
| YUV | 119.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 75 | 0 | 0.50 | 0.60 | 0.26 | 10.09 | 0.46 | 0.52 |
| Hex | BC | 5E | 4B | 0 | 32 | 3C | 1A | A | 2E | 34 |
| Octal | 274 | 136 | 113 | 0 | 62 | 74 | 32 | 12 | 56 | 64 |
| Binary | 10111100 | 1011110 | 1001011 | 0 | 110010 | 111100 | 11010 | 1010 | 101110 | 110100 |
Color Harmonies of #BC5E4B
Complementary color
Monochromatic Colors of #BC5E4B
Black with #BC5E4B
Text Example
Text Example
White with #BC5E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E4B; }
p { color: rgb(188,94,75); }
H1.HeaderClassName
{
color: #BC5E4B;
}
.AnyTagClassName
{
color: #BC5E4B;
}
</style>
background-color css
<style>
a { background-color: #BC5E4B; }
a { background-color: rgb(188,94,75); }
div.DivClassName
{
background-color: #BC5E4B;
}
.BgClassName
{
background-color: #BC5E4B;
}
</style>
border-color css
<style>
span { border-color: #BC5E4B; }
span { border-color: rgb(188,94,75); }
td.TdClassName
{
border-color: #BC5E4B;
}
.TagClassName
{
border-color: #BC5E4B;
}
</style>