Shades of Flame Pea #BF563E
Tints of Flame Pea #BF563E
RGB
CMYK
RGB Variations
Color information
#BF563E (or 0xBF563E) is known color: Flame Pea. HEX triplet: BF, 56 and 3E. RGB value is (191,86,62). Sum of RGB (Red+Green+Blue) = 191+86+62=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF563E is #40A9C1. Grayscale: #727272. Windows color (decimal): -4237762 or 4085439. OLE color: 4085439.
HSL color Cylindrical-coordinate representation of color #BF563E: hue angle of 11.16º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF563E is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 62 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.25 |
| HSL | 11.16º | 0.51% | 0.5% | - |
| HSV(B) | 11.16º | 0.68% | 0.75% | - |
| XYZ | 25.68 | 18.08 | 6.69 | - |
| YUV | 114.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 62 | 0 | 0.55 | 0.68 | 0.25 | 11.16 | 0.51 | 0.5 |
| Hex | BF | 56 | 3E | 0 | 37 | 44 | 19 | B | 33 | 32 |
| Octal | 277 | 126 | 76 | 0 | 67 | 104 | 31 | 13 | 63 | 62 |
| Binary | 10111111 | 1010110 | 111110 | 0 | 110111 | 1000100 | 11001 | 1011 | 110011 | 110010 |
Color Harmonies of #BF563E
Complementary color
Monochromatic Colors of #BF563E
Black with #BF563E
Text Example
Text Example
White with #BF563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF563E; }
p { color: rgb(191,86,62); }
H1.HeaderClassName
{
color: #BF563E;
}
.AnyTagClassName
{
color: #BF563E;
}
</style>
background-color css
<style>
a { background-color: #BF563E; }
a { background-color: rgb(191,86,62); }
div.DivClassName
{
background-color: #BF563E;
}
.BgClassName
{
background-color: #BF563E;
}
</style>
border-color css
<style>
span { border-color: #BF563E; }
span { border-color: rgb(191,86,62); }
td.TdClassName
{
border-color: #BF563E;
}
.TagClassName
{
border-color: #BF563E;
}
</style>