Shades of Flame Pea #BC6548
Tints of Flame Pea #BC6548
RGB
CMYK
RGB Variations
Color information
#BC6548 (or 0xBC6548) is known color: Flame Pea. HEX triplet: BC, 65 and 48. RGB value is (188,101,72). Sum of RGB (Red+Green+Blue) = 188+101+72=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6548 is #439AB7. Grayscale: #7B7B7B. Windows color (decimal): -4430520 or 4744636. OLE color: 4744636.
HSL color Cylindrical-coordinate representation of color #BC6548: hue angle of 15º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6548 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 72 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.26 |
| HSL | 15º | 0.46% | 0.51% | - |
| HSV(B) | 15º | 0.62% | 0.74% | - |
| XYZ | 26.56 | 20.47 | 8.68 | - |
| YUV | 123.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 72 | 0 | 0.46 | 0.62 | 0.26 | 15 | 0.46 | 0.51 |
| Hex | BC | 65 | 48 | 0 | 2E | 3E | 1A | F | 2E | 33 |
| Octal | 274 | 145 | 110 | 0 | 56 | 76 | 32 | 17 | 56 | 63 |
| Binary | 10111100 | 1100101 | 1001000 | 0 | 101110 | 111110 | 11010 | 1111 | 101110 | 110011 |
Color Harmonies of #BC6548
Complementary color
Monochromatic Colors of #BC6548
Black with #BC6548
Text Example
Text Example
White with #BC6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6548; }
p { color: rgb(188,101,72); }
H1.HeaderClassName
{
color: #BC6548;
}
.AnyTagClassName
{
color: #BC6548;
}
</style>
background-color css
<style>
a { background-color: #BC6548; }
a { background-color: rgb(188,101,72); }
div.DivClassName
{
background-color: #BC6548;
}
.BgClassName
{
background-color: #BC6548;
}
</style>
border-color css
<style>
span { border-color: #BC6548; }
span { border-color: rgb(188,101,72); }
td.TdClassName
{
border-color: #BC6548;
}
.TagClassName
{
border-color: #BC6548;
}
</style>