Shades of Flame Pea #BF6047
Tints of Flame Pea #BF6047
RGB
CMYK
RGB Variations
Color information
#BF6047 (or 0xBF6047) is known color: Flame Pea. HEX triplet: BF, 60 and 47. RGB value is (191,96,71). Sum of RGB (Red+Green+Blue) = 191+96+71=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6047 is #409FB8. Grayscale: #797979. Windows color (decimal): -4235193 or 4677823. OLE color: 4677823.
HSL color Cylindrical-coordinate representation of color #BF6047: hue angle of 12.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF6047 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 71 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.25 |
| HSL | 12.5º | 0.48% | 0.51% | - |
| HSV(B) | 12.5º | 0.63% | 0.75% | - |
| XYZ | 26.81 | 19.9 | 8.39 | - |
| YUV | 121.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 71 | 0 | 0.50 | 0.63 | 0.25 | 12.5 | 0.48 | 0.51 |
| Hex | BF | 60 | 47 | 0 | 32 | 3F | 19 | C | 30 | 33 |
| Octal | 277 | 140 | 107 | 0 | 62 | 77 | 31 | 14 | 60 | 63 |
| Binary | 10111111 | 1100000 | 1000111 | 0 | 110010 | 111111 | 11001 | 1100 | 110000 | 110011 |
Color Harmonies of #BF6047
Complementary color
Monochromatic Colors of #BF6047
Black with #BF6047
Text Example
Text Example
White with #BF6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6047; }
p { color: rgb(191,96,71); }
H1.HeaderClassName
{
color: #BF6047;
}
.AnyTagClassName
{
color: #BF6047;
}
</style>
background-color css
<style>
a { background-color: #BF6047; }
a { background-color: rgb(191,96,71); }
div.DivClassName
{
background-color: #BF6047;
}
.BgClassName
{
background-color: #BF6047;
}
</style>
border-color css
<style>
span { border-color: #BF6047; }
span { border-color: rgb(191,96,71); }
td.TdClassName
{
border-color: #BF6047;
}
.TagClassName
{
border-color: #BF6047;
}
</style>