Shades of Flame Pea #BF5D46
Tints of Flame Pea #BF5D46
RGB
CMYK
RGB Variations
Color information
#BF5D46 (or 0xBF5D46) is known color: Flame Pea. HEX triplet: BF, 5D and 46. RGB value is (191,93,70). Sum of RGB (Red+Green+Blue) = 191+93+70=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D46 is #40A2B9. Grayscale: #777777. Windows color (decimal): -4235962 or 4611519. OLE color: 4611519.
HSL color Cylindrical-coordinate representation of color #BF5D46: hue angle of 11.4º 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 #BF5D46 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 70 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.25 |
| HSL | 11.4º | 0.49% | 0.51% | - |
| HSV(B) | 11.4º | 0.63% | 0.75% | - |
| XYZ | 26.51 | 19.35 | 8.13 | - |
| YUV | 119.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 70 | 0 | 0.51 | 0.63 | 0.25 | 11.4 | 0.49 | 0.51 |
| Hex | BF | 5D | 46 | 0 | 33 | 3F | 19 | B | 31 | 33 |
| Octal | 277 | 135 | 106 | 0 | 63 | 77 | 31 | 13 | 61 | 63 |
| Binary | 10111111 | 1011101 | 1000110 | 0 | 110011 | 111111 | 11001 | 1011 | 110001 | 110011 |
Color Harmonies of #BF5D46
Complementary color
Monochromatic Colors of #BF5D46
Black with #BF5D46
Text Example
Text Example
White with #BF5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D46; }
p { color: rgb(191,93,70); }
H1.HeaderClassName
{
color: #BF5D46;
}
.AnyTagClassName
{
color: #BF5D46;
}
</style>
background-color css
<style>
a { background-color: #BF5D46; }
a { background-color: rgb(191,93,70); }
div.DivClassName
{
background-color: #BF5D46;
}
.BgClassName
{
background-color: #BF5D46;
}
</style>
border-color css
<style>
span { border-color: #BF5D46; }
span { border-color: rgb(191,93,70); }
td.TdClassName
{
border-color: #BF5D46;
}
.TagClassName
{
border-color: #BF5D46;
}
</style>