Shades of Flame Pea #BF5544
Tints of Flame Pea #BF5544
RGB
CMYK
RGB Variations
Color information
#BF5544 (or 0xBF5544) is known color: Flame Pea. HEX triplet: BF, 55 and 44. RGB value is (191,85,68). Sum of RGB (Red+Green+Blue) = 191+85+68=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5544 is #40AABB. Grayscale: #727272. Windows color (decimal): -4238012 or 4478399. OLE color: 4478399.
HSL color Cylindrical-coordinate representation of color #BF5544: hue angle of 8.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF5544 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 68 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.25 |
| HSL | 8.29º | 0.49% | 0.51% | - |
| HSV(B) | 8.29º | 0.64% | 0.75% | - |
| XYZ | 25.78 | 17.99 | 7.58 | - |
| YUV | 114.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 68 | 0 | 0.55 | 0.64 | 0.25 | 8.29 | 0.49 | 0.51 |
| Hex | BF | 55 | 44 | 0 | 37 | 40 | 19 | 8 | 31 | 33 |
| Octal | 277 | 125 | 104 | 0 | 67 | 100 | 31 | 10 | 61 | 63 |
| Binary | 10111111 | 1010101 | 1000100 | 0 | 110111 | 1000000 | 11001 | 1000 | 110001 | 110011 |
Color Harmonies of #BF5544
Complementary color
Monochromatic Colors of #BF5544
Black with #BF5544
Text Example
Text Example
White with #BF5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5544; }
p { color: rgb(191,85,68); }
H1.HeaderClassName
{
color: #BF5544;
}
.AnyTagClassName
{
color: #BF5544;
}
</style>
background-color css
<style>
a { background-color: #BF5544; }
a { background-color: rgb(191,85,68); }
div.DivClassName
{
background-color: #BF5544;
}
.BgClassName
{
background-color: #BF5544;
}
</style>
border-color css
<style>
span { border-color: #BF5544; }
span { border-color: rgb(191,85,68); }
td.TdClassName
{
border-color: #BF5544;
}
.TagClassName
{
border-color: #BF5544;
}
</style>