Shades of Flame Pea #BF5D45
Tints of Flame Pea #BF5D45
RGB
CMYK
RGB Variations
Color information
#BF5D45 (or 0xBF5D45) is known color: Flame Pea. HEX triplet: BF, 5D and 45. RGB value is (191,93,69). Sum of RGB (Red+Green+Blue) = 191+93+69=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D45 is #40A2BA. Grayscale: #777777. Windows color (decimal): -4235963 or 4545983. OLE color: 4545983.
HSL color Cylindrical-coordinate representation of color #BF5D45: hue angle of 11.8º 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 #BF5D45 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 69 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.25 |
| HSL | 11.8º | 0.49% | 0.51% | - |
| HSV(B) | 11.8º | 0.64% | 0.75% | - |
| XYZ | 26.47 | 19.33 | 7.97 | - |
| YUV | 119.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 69 | 0 | 0.51 | 0.64 | 0.25 | 11.8 | 0.49 | 0.51 |
| Hex | BF | 5D | 45 | 0 | 33 | 40 | 19 | C | 31 | 33 |
| Octal | 277 | 135 | 105 | 0 | 63 | 100 | 31 | 14 | 61 | 63 |
| Binary | 10111111 | 1011101 | 1000101 | 0 | 110011 | 1000000 | 11001 | 1100 | 110001 | 110011 |
Color Harmonies of #BF5D45
Complementary color
Monochromatic Colors of #BF5D45
Black with #BF5D45
Text Example
Text Example
White with #BF5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D45; }
p { color: rgb(191,93,69); }
H1.HeaderClassName
{
color: #BF5D45;
}
.AnyTagClassName
{
color: #BF5D45;
}
</style>
background-color css
<style>
a { background-color: #BF5D45; }
a { background-color: rgb(191,93,69); }
div.DivClassName
{
background-color: #BF5D45;
}
.BgClassName
{
background-color: #BF5D45;
}
</style>
border-color css
<style>
span { border-color: #BF5D45; }
span { border-color: rgb(191,93,69); }
td.TdClassName
{
border-color: #BF5D45;
}
.TagClassName
{
border-color: #BF5D45;
}
</style>