Shades of Flame Pea #BF5E46
Tints of Flame Pea #BF5E46
RGB
CMYK
RGB Variations
Color information
#BF5E46 (or 0xBF5E46) is known color: Flame Pea. HEX triplet: BF, 5E and 46. RGB value is (191,94,70). Sum of RGB (Red+Green+Blue) = 191+94+70=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E46 is #40A1B9. Grayscale: #787878. Windows color (decimal): -4235706 or 4611775. OLE color: 4611775.
HSL color Cylindrical-coordinate representation of color #BF5E46: hue angle of 11.9º degrees, saturation: 0.49, 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 #BF5E46 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 70 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.25 |
| HSL | 11.9º | 0.49% | 0.51% | - |
| HSV(B) | 11.9º | 0.63% | 0.75% | - |
| XYZ | 26.59 | 19.52 | 8.16 | - |
| YUV | 120.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 70 | 0 | 0.51 | 0.63 | 0.25 | 11.9 | 0.49 | 0.51 |
| Hex | BF | 5E | 46 | 0 | 33 | 3F | 19 | C | 31 | 33 |
| Octal | 277 | 136 | 106 | 0 | 63 | 77 | 31 | 14 | 61 | 63 |
| Binary | 10111111 | 1011110 | 1000110 | 0 | 110011 | 111111 | 11001 | 1100 | 110001 | 110011 |
Color Harmonies of #BF5E46
Complementary color
Monochromatic Colors of #BF5E46
Black with #BF5E46
Text Example
Text Example
White with #BF5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E46; }
p { color: rgb(191,94,70); }
H1.HeaderClassName
{
color: #BF5E46;
}
.AnyTagClassName
{
color: #BF5E46;
}
</style>
background-color css
<style>
a { background-color: #BF5E46; }
a { background-color: rgb(191,94,70); }
div.DivClassName
{
background-color: #BF5E46;
}
.BgClassName
{
background-color: #BF5E46;
}
</style>
border-color css
<style>
span { border-color: #BF5E46; }
span { border-color: rgb(191,94,70); }
td.TdClassName
{
border-color: #BF5E46;
}
.TagClassName
{
border-color: #BF5E46;
}
</style>