Shades of Flame Pea #BF5E41
Tints of Flame Pea #BF5E41
RGB
CMYK
RGB Variations
Color information
#BF5E41 (or 0xBF5E41) is known color: Flame Pea. HEX triplet: BF, 5E and 41. RGB value is (191,94,65). Sum of RGB (Red+Green+Blue) = 191+94+65=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E41 is #40A1BE. Grayscale: #777777. Windows color (decimal): -4235711 or 4284095. OLE color: 4284095.
HSL color Cylindrical-coordinate representation of color #BF5E41: hue angle of 13.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF5E41 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 65 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.25 |
| HSL | 13.81º | 0.5% | 0.5% | - |
| HSV(B) | 13.81º | 0.66% | 0.75% | - |
| XYZ | 26.44 | 19.46 | 7.36 | - |
| YUV | 119.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 65 | 0 | 0.51 | 0.66 | 0.25 | 13.81 | 0.5 | 0.5 |
| Hex | BF | 5E | 41 | 0 | 33 | 42 | 19 | E | 32 | 32 |
| Octal | 277 | 136 | 101 | 0 | 63 | 102 | 31 | 16 | 62 | 62 |
| Binary | 10111111 | 1011110 | 1000001 | 0 | 110011 | 1000010 | 11001 | 1110 | 110010 | 110010 |
Color Harmonies of #BF5E41
Complementary color
Monochromatic Colors of #BF5E41
Black with #BF5E41
Text Example
Text Example
White with #BF5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E41; }
p { color: rgb(191,94,65); }
H1.HeaderClassName
{
color: #BF5E41;
}
.AnyTagClassName
{
color: #BF5E41;
}
</style>
background-color css
<style>
a { background-color: #BF5E41; }
a { background-color: rgb(191,94,65); }
div.DivClassName
{
background-color: #BF5E41;
}
.BgClassName
{
background-color: #BF5E41;
}
</style>
border-color css
<style>
span { border-color: #BF5E41; }
span { border-color: rgb(191,94,65); }
td.TdClassName
{
border-color: #BF5E41;
}
.TagClassName
{
border-color: #BF5E41;
}
</style>