Shades of Flame Pea #BF5541
Tints of Flame Pea #BF5541
RGB
CMYK
RGB Variations
Color information
#BF5541 (or 0xBF5541) is known color: Flame Pea. HEX triplet: BF, 55 and 41. RGB value is (191,85,65). Sum of RGB (Red+Green+Blue) = 191+85+65=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5541 is #40AABE. Grayscale: #727272. Windows color (decimal): -4238015 or 4281791. OLE color: 4281791.
HSL color Cylindrical-coordinate representation of color #BF5541: hue angle of 9.52º 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 #BF5541 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 65 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.25 |
| HSL | 9.52º | 0.5% | 0.5% | - |
| HSV(B) | 9.52º | 0.66% | 0.75% | - |
| XYZ | 25.69 | 17.96 | 7.11 | - |
| YUV | 114.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 65 | 0 | 0.55 | 0.66 | 0.25 | 9.52 | 0.5 | 0.5 |
| Hex | BF | 55 | 41 | 0 | 37 | 42 | 19 | A | 32 | 32 |
| Octal | 277 | 125 | 101 | 0 | 67 | 102 | 31 | 12 | 62 | 62 |
| Binary | 10111111 | 1010101 | 1000001 | 0 | 110111 | 1000010 | 11001 | 1010 | 110010 | 110010 |
Color Harmonies of #BF5541
Complementary color
Monochromatic Colors of #BF5541
Black with #BF5541
Text Example
Text Example
White with #BF5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5541; }
p { color: rgb(191,85,65); }
H1.HeaderClassName
{
color: #BF5541;
}
.AnyTagClassName
{
color: #BF5541;
}
</style>
background-color css
<style>
a { background-color: #BF5541; }
a { background-color: rgb(191,85,65); }
div.DivClassName
{
background-color: #BF5541;
}
.BgClassName
{
background-color: #BF5541;
}
</style>
border-color css
<style>
span { border-color: #BF5541; }
span { border-color: rgb(191,85,65); }
td.TdClassName
{
border-color: #BF5541;
}
.TagClassName
{
border-color: #BF5541;
}
</style>