Shades of Flame Pea #BF5D3F
Tints of Flame Pea #BF5D3F
RGB
CMYK
RGB Variations
Color information
#BF5D3F (or 0xBF5D3F) is known color: Flame Pea. HEX triplet: BF, 5D and 3F. RGB value is (191,93,63). Sum of RGB (Red+Green+Blue) = 191+93+63=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D3F is #40A2C0. Grayscale: #777777. Windows color (decimal): -4235969 or 4152767. OLE color: 4152767.
HSL color Cylindrical-coordinate representation of color #BF5D3F: hue angle of 14.06º 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 #BF5D3F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 63 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.25 |
| HSL | 14.06º | 0.5% | 0.5% | - |
| HSV(B) | 14.06º | 0.67% | 0.75% | - |
| XYZ | 26.3 | 19.26 | 7.03 | - |
| YUV | 118.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 63 | 0 | 0.51 | 0.67 | 0.25 | 14.06 | 0.5 | 0.5 |
| Hex | BF | 5D | 3F | 0 | 33 | 43 | 19 | E | 32 | 32 |
| Octal | 277 | 135 | 77 | 0 | 63 | 103 | 31 | 16 | 62 | 62 |
| Binary | 10111111 | 1011101 | 111111 | 0 | 110011 | 1000011 | 11001 | 1110 | 110010 | 110010 |
Color Harmonies of #BF5D3F
Complementary color
Monochromatic Colors of #BF5D3F
Black with #BF5D3F
Text Example
Text Example
White with #BF5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D3F; }
p { color: rgb(191,93,63); }
H1.HeaderClassName
{
color: #BF5D3F;
}
.AnyTagClassName
{
color: #BF5D3F;
}
</style>
background-color css
<style>
a { background-color: #BF5D3F; }
a { background-color: rgb(191,93,63); }
div.DivClassName
{
background-color: #BF5D3F;
}
.BgClassName
{
background-color: #BF5D3F;
}
</style>
border-color css
<style>
span { border-color: #BF5D3F; }
span { border-color: rgb(191,93,63); }
td.TdClassName
{
border-color: #BF5D3F;
}
.TagClassName
{
border-color: #BF5D3F;
}
</style>