Shades of Flame Pea #BC5D4C
Tints of Flame Pea #BC5D4C
RGB
CMYK
RGB Variations
Color information
#BC5D4C (or 0xBC5D4C) is known color: Flame Pea. HEX triplet: BC, 5D and 4C. RGB value is (188,93,76). Sum of RGB (Red+Green+Blue) = 188+93+76=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D4C is #43A2B3. Grayscale: #777777. Windows color (decimal): -4432564 or 5004732. OLE color: 5004732.
HSL color Cylindrical-coordinate representation of color #BC5D4C: hue angle of 9.11º 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 #BC5D4C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 76 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.26 |
| HSL | 9.11º | 0.46% | 0.52% | - |
| HSV(B) | 9.11º | 0.6% | 0.74% | - |
| XYZ | 25.96 | 19.04 | 9.14 | - |
| YUV | 119.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 76 | 0 | 0.51 | 0.60 | 0.26 | 9.11 | 0.46 | 0.52 |
| Hex | BC | 5D | 4C | 0 | 33 | 3C | 1A | 9 | 2E | 34 |
| Octal | 274 | 135 | 114 | 0 | 63 | 74 | 32 | 11 | 56 | 64 |
| Binary | 10111100 | 1011101 | 1001100 | 0 | 110011 | 111100 | 11010 | 1001 | 101110 | 110100 |
Color Harmonies of #BC5D4C
Complementary color
Monochromatic Colors of #BC5D4C
Black with #BC5D4C
Text Example
Text Example
White with #BC5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D4C; }
p { color: rgb(188,93,76); }
H1.HeaderClassName
{
color: #BC5D4C;
}
.AnyTagClassName
{
color: #BC5D4C;
}
</style>
background-color css
<style>
a { background-color: #BC5D4C; }
a { background-color: rgb(188,93,76); }
div.DivClassName
{
background-color: #BC5D4C;
}
.BgClassName
{
background-color: #BC5D4C;
}
</style>
border-color css
<style>
span { border-color: #BC5D4C; }
span { border-color: rgb(188,93,76); }
td.TdClassName
{
border-color: #BC5D4C;
}
.TagClassName
{
border-color: #BC5D4C;
}
</style>