Shades of Flame Pea #BF5F46
Tints of Flame Pea #BF5F46
RGB
CMYK
RGB Variations
Color information
#BF5F46 (or 0xBF5F46) is known color: Flame Pea. HEX triplet: BF, 5F and 46. RGB value is (191,95,70). Sum of RGB (Red+Green+Blue) = 191+95+70=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5F46 is #40A0B9. Grayscale: #797979. Windows color (decimal): -4235450 or 4612031. OLE color: 4612031.
HSL color Cylindrical-coordinate representation of color #BF5F46: hue angle of 12.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 #BF5F46 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 95 | 70 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.25 |
| HSL | 12.4º | 0.49% | 0.51% | - |
| HSV(B) | 12.4º | 0.63% | 0.75% | - |
| XYZ | 26.68 | 19.7 | 8.19 | - |
| YUV | 120.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 70 | 0 | 0.50 | 0.63 | 0.25 | 12.4 | 0.49 | 0.51 |
| Hex | BF | 5F | 46 | 0 | 32 | 3F | 19 | C | 31 | 33 |
| Octal | 277 | 137 | 106 | 0 | 62 | 77 | 31 | 14 | 61 | 63 |
| Binary | 10111111 | 1011111 | 1000110 | 0 | 110010 | 111111 | 11001 | 1100 | 110001 | 110011 |
Color Harmonies of #BF5F46
Complementary color
Monochromatic Colors of #BF5F46
Black with #BF5F46
Text Example
Text Example
White with #BF5F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5F46; }
p { color: rgb(191,95,70); }
H1.HeaderClassName
{
color: #BF5F46;
}
.AnyTagClassName
{
color: #BF5F46;
}
</style>
background-color css
<style>
a { background-color: #BF5F46; }
a { background-color: rgb(191,95,70); }
div.DivClassName
{
background-color: #BF5F46;
}
.BgClassName
{
background-color: #BF5F46;
}
</style>
border-color css
<style>
span { border-color: #BF5F46; }
span { border-color: rgb(191,95,70); }
td.TdClassName
{
border-color: #BF5F46;
}
.TagClassName
{
border-color: #BF5F46;
}
</style>