Shades of Flame Pea #BF614D
Tints of Flame Pea #BF614D
RGB
CMYK
RGB Variations
Color information
#BF614D (or 0xBF614D) is known color: Flame Pea. HEX triplet: BF, 61 and 4D. RGB value is (191,97,77). Sum of RGB (Red+Green+Blue) = 191+97+77=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF614D is #409EB2. Grayscale: #7B7B7B. Windows color (decimal): -4234931 or 5071295. OLE color: 5071295.
HSL color Cylindrical-coordinate representation of color #BF614D: hue angle of 10.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF614D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 77 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.25 |
| HSL | 10.53º | 0.47% | 0.53% | - |
| HSV(B) | 10.53º | 0.6% | 0.75% | - |
| XYZ | 27.1 | 20.16 | 9.48 | - |
| YUV | 122.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 77 | 0 | 0.49 | 0.60 | 0.25 | 10.53 | 0.47 | 0.53 |
| Hex | BF | 61 | 4D | 0 | 31 | 3C | 19 | B | 2F | 35 |
| Octal | 277 | 141 | 115 | 0 | 61 | 74 | 31 | 13 | 57 | 65 |
| Binary | 10111111 | 1100001 | 1001101 | 0 | 110001 | 111100 | 11001 | 1011 | 101111 | 110101 |
Color Harmonies of #BF614D
Complementary color
Monochromatic Colors of #BF614D
Black with #BF614D
Text Example
Text Example
White with #BF614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF614D; }
p { color: rgb(191,97,77); }
H1.HeaderClassName
{
color: #BF614D;
}
.AnyTagClassName
{
color: #BF614D;
}
</style>
background-color css
<style>
a { background-color: #BF614D; }
a { background-color: rgb(191,97,77); }
div.DivClassName
{
background-color: #BF614D;
}
.BgClassName
{
background-color: #BF614D;
}
</style>
border-color css
<style>
span { border-color: #BF614D; }
span { border-color: rgb(191,97,77); }
td.TdClassName
{
border-color: #BF614D;
}
.TagClassName
{
border-color: #BF614D;
}
</style>