Shades of Flame Pea #BF6040
Tints of Flame Pea #BF6040
RGB
CMYK
RGB Variations
Color information
#BF6040 (or 0xBF6040) is known color: Flame Pea. HEX triplet: BF, 60 and 40. RGB value is (191,96,64). Sum of RGB (Red+Green+Blue) = 191+96+64=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6040 is #409FBF. Grayscale: #787878. Windows color (decimal): -4235200 or 4219071. OLE color: 4219071.
HSL color Cylindrical-coordinate representation of color #BF6040: hue angle of 15.12º 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 #BF6040 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 64 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.25 |
| HSL | 15.12º | 0.5% | 0.5% | - |
| HSV(B) | 15.12º | 0.66% | 0.75% | - |
| XYZ | 26.59 | 19.81 | 7.27 | - |
| YUV | 120.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 64 | 0 | 0.50 | 0.66 | 0.25 | 15.12 | 0.5 | 0.5 |
| Hex | BF | 60 | 40 | 0 | 32 | 42 | 19 | F | 32 | 32 |
| Octal | 277 | 140 | 100 | 0 | 62 | 102 | 31 | 17 | 62 | 62 |
| Binary | 10111111 | 1100000 | 1000000 | 0 | 110010 | 1000010 | 11001 | 1111 | 110010 | 110010 |
Color Harmonies of #BF6040
Complementary color
Monochromatic Colors of #BF6040
Black with #BF6040
Text Example
Text Example
White with #BF6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6040; }
p { color: rgb(191,96,64); }
H1.HeaderClassName
{
color: #BF6040;
}
.AnyTagClassName
{
color: #BF6040;
}
</style>
background-color css
<style>
a { background-color: #BF6040; }
a { background-color: rgb(191,96,64); }
div.DivClassName
{
background-color: #BF6040;
}
.BgClassName
{
background-color: #BF6040;
}
</style>
border-color css
<style>
span { border-color: #BF6040; }
span { border-color: rgb(191,96,64); }
td.TdClassName
{
border-color: #BF6040;
}
.TagClassName
{
border-color: #BF6040;
}
</style>