Shades of Flame Pea #BF6045
Tints of Flame Pea #BF6045
RGB
CMYK
RGB Variations
Color information
#BF6045 (or 0xBF6045) is known color: Flame Pea. HEX triplet: BF, 60 and 45. RGB value is (191,96,69). Sum of RGB (Red+Green+Blue) = 191+96+69=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6045 is #409FBA. Grayscale: #797979. Windows color (decimal): -4235195 or 4546751. OLE color: 4546751.
HSL color Cylindrical-coordinate representation of color #BF6045: hue angle of 13.28º 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 #BF6045 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 69 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.25 |
| HSL | 13.28º | 0.49% | 0.51% | - |
| HSV(B) | 13.28º | 0.64% | 0.75% | - |
| XYZ | 26.74 | 19.87 | 8.06 | - |
| YUV | 121.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 69 | 0 | 0.50 | 0.64 | 0.25 | 13.28 | 0.49 | 0.51 |
| Hex | BF | 60 | 45 | 0 | 32 | 40 | 19 | D | 31 | 33 |
| Octal | 277 | 140 | 105 | 0 | 62 | 100 | 31 | 15 | 61 | 63 |
| Binary | 10111111 | 1100000 | 1000101 | 0 | 110010 | 1000000 | 11001 | 1101 | 110001 | 110011 |
Color Harmonies of #BF6045
Complementary color
Monochromatic Colors of #BF6045
Black with #BF6045
Text Example
Text Example
White with #BF6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6045; }
p { color: rgb(191,96,69); }
H1.HeaderClassName
{
color: #BF6045;
}
.AnyTagClassName
{
color: #BF6045;
}
</style>
background-color css
<style>
a { background-color: #BF6045; }
a { background-color: rgb(191,96,69); }
div.DivClassName
{
background-color: #BF6045;
}
.BgClassName
{
background-color: #BF6045;
}
</style>
border-color css
<style>
span { border-color: #BF6045; }
span { border-color: rgb(191,96,69); }
td.TdClassName
{
border-color: #BF6045;
}
.TagClassName
{
border-color: #BF6045;
}
</style>