Shades of Flame Pea #BF5E47
Tints of Flame Pea #BF5E47
RGB
CMYK
RGB Variations
Color information
#BF5E47 (or 0xBF5E47) is known color: Flame Pea. HEX triplet: BF, 5E and 47. RGB value is (191,94,71). Sum of RGB (Red+Green+Blue) = 191+94+71=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E47 is #40A1B8. Grayscale: #787878. Windows color (decimal): -4235705 or 4677311. OLE color: 4677311.
HSL color Cylindrical-coordinate representation of color #BF5E47: hue angle of 11.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 #BF5E47 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 71 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.25 |
| HSL | 11.5º | 0.48% | 0.51% | - |
| HSV(B) | 11.5º | 0.63% | 0.75% | - |
| XYZ | 26.63 | 19.54 | 8.33 | - |
| YUV | 120.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 71 | 0 | 0.51 | 0.63 | 0.25 | 11.5 | 0.48 | 0.51 |
| Hex | BF | 5E | 47 | 0 | 33 | 3F | 19 | C | 30 | 33 |
| Octal | 277 | 136 | 107 | 0 | 63 | 77 | 31 | 14 | 60 | 63 |
| Binary | 10111111 | 1011110 | 1000111 | 0 | 110011 | 111111 | 11001 | 1100 | 110000 | 110011 |
Color Harmonies of #BF5E47
Complementary color
Monochromatic Colors of #BF5E47
Black with #BF5E47
Text Example
Text Example
White with #BF5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E47; }
p { color: rgb(191,94,71); }
H1.HeaderClassName
{
color: #BF5E47;
}
.AnyTagClassName
{
color: #BF5E47;
}
</style>
background-color css
<style>
a { background-color: #BF5E47; }
a { background-color: rgb(191,94,71); }
div.DivClassName
{
background-color: #BF5E47;
}
.BgClassName
{
background-color: #BF5E47;
}
</style>
border-color css
<style>
span { border-color: #BF5E47; }
span { border-color: rgb(191,94,71); }
td.TdClassName
{
border-color: #BF5E47;
}
.TagClassName
{
border-color: #BF5E47;
}
</style>