Shades of Flame Pea #BF5E4E
Tints of Flame Pea #BF5E4E
RGB
CMYK
RGB Variations
Color information
#BF5E4E (or 0xBF5E4E) is known color: Flame Pea. HEX triplet: BF, 5E and 4E. RGB value is (191,94,78). Sum of RGB (Red+Green+Blue) = 191+94+78=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E4E is #40A1B1. Grayscale: #797979. Windows color (decimal): -4235698 or 5136063. OLE color: 5136063.
HSL color Cylindrical-coordinate representation of color #BF5E4E: hue angle of 8.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5E4E is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 78 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.25 |
| HSL | 8.5º | 0.47% | 0.53% | - |
| HSV(B) | 8.5º | 0.59% | 0.75% | - |
| XYZ | 26.86 | 19.63 | 9.58 | - |
| YUV | 121.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 78 | 0 | 0.51 | 0.59 | 0.25 | 8.5 | 0.47 | 0.53 |
| Hex | BF | 5E | 4E | 0 | 33 | 3B | 19 | 8 | 2F | 35 |
| Octal | 277 | 136 | 116 | 0 | 63 | 73 | 31 | 10 | 57 | 65 |
| Binary | 10111111 | 1011110 | 1001110 | 0 | 110011 | 111011 | 11001 | 1000 | 101111 | 110101 |
Color Harmonies of #BF5E4E
Complementary color
Monochromatic Colors of #BF5E4E
Black with #BF5E4E
Text Example
Text Example
White with #BF5E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E4E; }
p { color: rgb(191,94,78); }
H1.HeaderClassName
{
color: #BF5E4E;
}
.AnyTagClassName
{
color: #BF5E4E;
}
</style>
background-color css
<style>
a { background-color: #BF5E4E; }
a { background-color: rgb(191,94,78); }
div.DivClassName
{
background-color: #BF5E4E;
}
.BgClassName
{
background-color: #BF5E4E;
}
</style>
border-color css
<style>
span { border-color: #BF5E4E; }
span { border-color: rgb(191,94,78); }
td.TdClassName
{
border-color: #BF5E4E;
}
.TagClassName
{
border-color: #BF5E4E;
}
</style>