Shades of Flame Pea #BC5B45
Tints of Flame Pea #BC5B45
RGB
CMYK
RGB Variations
Color information
#BC5B45 (or 0xBC5B45) is known color: Flame Pea. HEX triplet: BC, 5B and 45. RGB value is (188,91,69). Sum of RGB (Red+Green+Blue) = 188+91+69=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B45 is #43A4BA. Grayscale: #757575. Windows color (decimal): -4433083 or 4545468. OLE color: 4545468.
HSL color Cylindrical-coordinate representation of color #BC5B45: hue angle of 11.09º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5B45 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 69 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.26 |
| HSL | 11.09º | 0.47% | 0.5% | - |
| HSV(B) | 11.09º | 0.63% | 0.74% | - |
| XYZ | 25.55 | 18.6 | 7.87 | - |
| YUV | 117.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 69 | 0 | 0.52 | 0.63 | 0.26 | 11.09 | 0.47 | 0.5 |
| Hex | BC | 5B | 45 | 0 | 34 | 3F | 1A | B | 2F | 32 |
| Octal | 274 | 133 | 105 | 0 | 64 | 77 | 32 | 13 | 57 | 62 |
| Binary | 10111100 | 1011011 | 1000101 | 0 | 110100 | 111111 | 11010 | 1011 | 101111 | 110010 |
Color Harmonies of #BC5B45
Complementary color
Monochromatic Colors of #BC5B45
Black with #BC5B45
Text Example
Text Example
White with #BC5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B45; }
p { color: rgb(188,91,69); }
H1.HeaderClassName
{
color: #BC5B45;
}
.AnyTagClassName
{
color: #BC5B45;
}
</style>
background-color css
<style>
a { background-color: #BC5B45; }
a { background-color: rgb(188,91,69); }
div.DivClassName
{
background-color: #BC5B45;
}
.BgClassName
{
background-color: #BC5B45;
}
</style>
border-color css
<style>
span { border-color: #BC5B45; }
span { border-color: rgb(188,91,69); }
td.TdClassName
{
border-color: #BC5B45;
}
.TagClassName
{
border-color: #BC5B45;
}
</style>