Shades of Flame Pea #BC6543
Tints of Flame Pea #BC6543
RGB
CMYK
RGB Variations
Color information
#BC6543 (or 0xBC6543) is known color: Flame Pea. HEX triplet: BC, 65 and 43. RGB value is (188,101,67). Sum of RGB (Red+Green+Blue) = 188+101+67=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6543 is #439ABC. Grayscale: #7B7B7B. Windows color (decimal): -4430525 or 4416956. OLE color: 4416956.
HSL color Cylindrical-coordinate representation of color #BC6543: hue angle of 16.86º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC6543 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 67 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.26 |
| HSL | 16.86º | 0.47% | 0.5% | - |
| HSV(B) | 16.86º | 0.64% | 0.74% | - |
| XYZ | 26.41 | 20.4 | 7.86 | - |
| YUV | 123.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 67 | 0 | 0.46 | 0.64 | 0.26 | 16.86 | 0.47 | 0.5 |
| Hex | BC | 65 | 43 | 0 | 2E | 40 | 1A | 11 | 2F | 32 |
| Octal | 274 | 145 | 103 | 0 | 56 | 100 | 32 | 21 | 57 | 62 |
| Binary | 10111100 | 1100101 | 1000011 | 0 | 101110 | 1000000 | 11010 | 10001 | 101111 | 110010 |
Color Harmonies of #BC6543
Complementary color
Monochromatic Colors of #BC6543
Black with #BC6543
Text Example
Text Example
White with #BC6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6543; }
p { color: rgb(188,101,67); }
H1.HeaderClassName
{
color: #BC6543;
}
.AnyTagClassName
{
color: #BC6543;
}
</style>
background-color css
<style>
a { background-color: #BC6543; }
a { background-color: rgb(188,101,67); }
div.DivClassName
{
background-color: #BC6543;
}
.BgClassName
{
background-color: #BC6543;
}
</style>
border-color css
<style>
span { border-color: #BC6543; }
span { border-color: rgb(188,101,67); }
td.TdClassName
{
border-color: #BC6543;
}
.TagClassName
{
border-color: #BC6543;
}
</style>