Shades of Flame Pea #BF553F
Tints of Flame Pea #BF553F
RGB
CMYK
RGB Variations
Color information
#BF553F (or 0xBF553F) is known color: Flame Pea. HEX triplet: BF, 55 and 3F. RGB value is (191,85,63). Sum of RGB (Red+Green+Blue) = 191+85+63=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF553F is #40AAC0. Grayscale: #727272. Windows color (decimal): -4238017 or 4150719. OLE color: 4150719.
HSL color Cylindrical-coordinate representation of color #BF553F: hue angle of 10.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF553F is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 63 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.25 |
| HSL | 10.31º | 0.5% | 0.5% | - |
| HSV(B) | 10.31º | 0.67% | 0.75% | - |
| XYZ | 25.63 | 17.93 | 6.81 | - |
| YUV | 114.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 63 | 0 | 0.55 | 0.67 | 0.25 | 10.31 | 0.5 | 0.5 |
| Hex | BF | 55 | 3F | 0 | 37 | 43 | 19 | A | 32 | 32 |
| Octal | 277 | 125 | 77 | 0 | 67 | 103 | 31 | 12 | 62 | 62 |
| Binary | 10111111 | 1010101 | 111111 | 0 | 110111 | 1000011 | 11001 | 1010 | 110010 | 110010 |
Color Harmonies of #BF553F
Complementary color
Monochromatic Colors of #BF553F
Black with #BF553F
Text Example
Text Example
White with #BF553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF553F; }
p { color: rgb(191,85,63); }
H1.HeaderClassName
{
color: #BF553F;
}
.AnyTagClassName
{
color: #BF553F;
}
</style>
background-color css
<style>
a { background-color: #BF553F; }
a { background-color: rgb(191,85,63); }
div.DivClassName
{
background-color: #BF553F;
}
.BgClassName
{
background-color: #BF553F;
}
</style>
border-color css
<style>
span { border-color: #BF553F; }
span { border-color: rgb(191,85,63); }
td.TdClassName
{
border-color: #BF553F;
}
.TagClassName
{
border-color: #BF553F;
}
</style>