Shades of Flame Pea #BC6542
Tints of Flame Pea #BC6542
RGB
CMYK
RGB Variations
Color information
#BC6542 (or 0xBC6542) is known color: Flame Pea. HEX triplet: BC, 65 and 42. RGB value is (188,101,66). Sum of RGB (Red+Green+Blue) = 188+101+66=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6542 is #439ABD. Grayscale: #7B7B7B. Windows color (decimal): -4430526 or 4351420. OLE color: 4351420.
HSL color Cylindrical-coordinate representation of color #BC6542: hue angle of 17.21º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC6542 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 66 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.26 |
| HSL | 17.21º | 0.48% | 0.5% | - |
| HSV(B) | 17.21º | 0.65% | 0.74% | - |
| XYZ | 26.38 | 20.39 | 7.7 | - |
| YUV | 123.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 66 | 0 | 0.46 | 0.65 | 0.26 | 17.21 | 0.48 | 0.5 |
| Hex | BC | 65 | 42 | 0 | 2E | 41 | 1A | 11 | 30 | 32 |
| Octal | 274 | 145 | 102 | 0 | 56 | 101 | 32 | 21 | 60 | 62 |
| Binary | 10111100 | 1100101 | 1000010 | 0 | 101110 | 1000001 | 11010 | 10001 | 110000 | 110010 |
Color Harmonies of #BC6542
Complementary color
Monochromatic Colors of #BC6542
Black with #BC6542
Text Example
Text Example
White with #BC6542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6542; }
p { color: rgb(188,101,66); }
H1.HeaderClassName
{
color: #BC6542;
}
.AnyTagClassName
{
color: #BC6542;
}
</style>
background-color css
<style>
a { background-color: #BC6542; }
a { background-color: rgb(188,101,66); }
div.DivClassName
{
background-color: #BC6542;
}
.BgClassName
{
background-color: #BC6542;
}
</style>
border-color css
<style>
span { border-color: #BC6542; }
span { border-color: rgb(188,101,66); }
td.TdClassName
{
border-color: #BC6542;
}
.TagClassName
{
border-color: #BC6542;
}
</style>