Shades of Flame Pea #BC5A3E
Tints of Flame Pea #BC5A3E
RGB
CMYK
RGB Variations
Color information
#BC5A3E (or 0xBC5A3E) is known color: Flame Pea. HEX triplet: BC, 5A and 3E. RGB value is (188,90,62). Sum of RGB (Red+Green+Blue) = 188+90+62=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A3E is #43A5C1. Grayscale: #747474. Windows color (decimal): -4433346 or 4086460. OLE color: 4086460.
HSL color Cylindrical-coordinate representation of color #BC5A3E: hue angle of 13.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC5A3E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 62 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.26 |
| HSL | 13.33º | 0.5% | 0.49% | - |
| HSV(B) | 13.33º | 0.67% | 0.74% | - |
| XYZ | 25.26 | 18.35 | 6.77 | - |
| YUV | 116.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 62 | 0 | 0.52 | 0.67 | 0.26 | 13.33 | 0.5 | 0.49 |
| Hex | BC | 5A | 3E | 0 | 34 | 43 | 1A | D | 32 | 31 |
| Octal | 274 | 132 | 76 | 0 | 64 | 103 | 32 | 15 | 62 | 61 |
| Binary | 10111100 | 1011010 | 111110 | 0 | 110100 | 1000011 | 11010 | 1101 | 110010 | 110001 |
Color Harmonies of #BC5A3E
Complementary color
Monochromatic Colors of #BC5A3E
Black with #BC5A3E
Text Example
Text Example
White with #BC5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A3E; }
p { color: rgb(188,90,62); }
H1.HeaderClassName
{
color: #BC5A3E;
}
.AnyTagClassName
{
color: #BC5A3E;
}
</style>
background-color css
<style>
a { background-color: #BC5A3E; }
a { background-color: rgb(188,90,62); }
div.DivClassName
{
background-color: #BC5A3E;
}
.BgClassName
{
background-color: #BC5A3E;
}
</style>
border-color css
<style>
span { border-color: #BC5A3E; }
span { border-color: rgb(188,90,62); }
td.TdClassName
{
border-color: #BC5A3E;
}
.TagClassName
{
border-color: #BC5A3E;
}
</style>