Shades of Flame Pea #BF5341
Tints of Flame Pea #BF5341
RGB
CMYK
RGB Variations
Color information
#BF5341 (or 0xBF5341) is known color: Flame Pea. HEX triplet: BF, 53 and 41. RGB value is (191,83,65). Sum of RGB (Red+Green+Blue) = 191+83+65=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5341 is #40ACBE. Grayscale: #717171. Windows color (decimal): -4238527 or 4281279. OLE color: 4281279.
HSL color Cylindrical-coordinate representation of color #BF5341: hue angle of 8.57º 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 #BF5341 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 65 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.25 |
| HSL | 8.57º | 0.5% | 0.5% | - |
| HSV(B) | 8.57º | 0.66% | 0.75% | - |
| XYZ | 25.53 | 17.64 | 7.06 | - |
| YUV | 113.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 65 | 0 | 0.57 | 0.66 | 0.25 | 8.57 | 0.5 | 0.5 |
| Hex | BF | 53 | 41 | 0 | 39 | 42 | 19 | 9 | 32 | 32 |
| Octal | 277 | 123 | 101 | 0 | 71 | 102 | 31 | 11 | 62 | 62 |
| Binary | 10111111 | 1010011 | 1000001 | 0 | 111001 | 1000010 | 11001 | 1001 | 110010 | 110010 |
Color Harmonies of #BF5341
Complementary color
Monochromatic Colors of #BF5341
Black with #BF5341
Text Example
Text Example
White with #BF5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5341; }
p { color: rgb(191,83,65); }
H1.HeaderClassName
{
color: #BF5341;
}
.AnyTagClassName
{
color: #BF5341;
}
</style>
background-color css
<style>
a { background-color: #BF5341; }
a { background-color: rgb(191,83,65); }
div.DivClassName
{
background-color: #BF5341;
}
.BgClassName
{
background-color: #BF5341;
}
</style>
border-color css
<style>
span { border-color: #BF5341; }
span { border-color: rgb(191,83,65); }
td.TdClassName
{
border-color: #BF5341;
}
.TagClassName
{
border-color: #BF5341;
}
</style>