Shades of Flame Pea #BC654B
Tints of Flame Pea #BC654B
RGB
CMYK
RGB Variations
Color information
#BC654B (or 0xBC654B) is known color: Flame Pea. HEX triplet: BC, 65 and 4B. RGB value is (188,101,75). Sum of RGB (Red+Green+Blue) = 188+101+75=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC654B is #439AB4. Grayscale: #7C7C7C. Windows color (decimal): -4430517 or 4941244. OLE color: 4941244.
HSL color Cylindrical-coordinate representation of color #BC654B: hue angle of 13.81º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC654B is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 75 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.26 |
| HSL | 13.81º | 0.46% | 0.52% | - |
| HSV(B) | 13.81º | 0.6% | 0.74% | - |
| XYZ | 26.66 | 20.51 | 9.21 | - |
| YUV | 124.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 75 | 0 | 0.46 | 0.60 | 0.26 | 13.81 | 0.46 | 0.52 |
| Hex | BC | 65 | 4B | 0 | 2E | 3C | 1A | E | 2E | 34 |
| Octal | 274 | 145 | 113 | 0 | 56 | 74 | 32 | 16 | 56 | 64 |
| Binary | 10111100 | 1100101 | 1001011 | 0 | 101110 | 111100 | 11010 | 1110 | 101110 | 110100 |
Color Harmonies of #BC654B
Complementary color
Monochromatic Colors of #BC654B
Black with #BC654B
Text Example
Text Example
White with #BC654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC654B; }
p { color: rgb(188,101,75); }
H1.HeaderClassName
{
color: #BC654B;
}
.AnyTagClassName
{
color: #BC654B;
}
</style>
background-color css
<style>
a { background-color: #BC654B; }
a { background-color: rgb(188,101,75); }
div.DivClassName
{
background-color: #BC654B;
}
.BgClassName
{
background-color: #BC654B;
}
</style>
border-color css
<style>
span { border-color: #BC654B; }
span { border-color: rgb(188,101,75); }
td.TdClassName
{
border-color: #BC654B;
}
.TagClassName
{
border-color: #BC654B;
}
</style>