Shades of Flame Pea #BF5545
Tints of Flame Pea #BF5545
RGB
CMYK
RGB Variations
Color information
#BF5545 (or 0xBF5545) is known color: Flame Pea. HEX triplet: BF, 55 and 45. RGB value is (191,85,69). Sum of RGB (Red+Green+Blue) = 191+85+69=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5545 is #40AABA. Grayscale: #737373. Windows color (decimal): -4238011 or 4543935. OLE color: 4543935.
HSL color Cylindrical-coordinate representation of color #BF5545: hue angle of 7.87º 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 #BF5545 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 69 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.25 |
| HSL | 7.87º | 0.49% | 0.51% | - |
| HSV(B) | 7.87º | 0.64% | 0.75% | - |
| XYZ | 25.81 | 18 | 7.74 | - |
| YUV | 114.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 69 | 0 | 0.55 | 0.64 | 0.25 | 7.87 | 0.49 | 0.51 |
| Hex | BF | 55 | 45 | 0 | 37 | 40 | 19 | 8 | 31 | 33 |
| Octal | 277 | 125 | 105 | 0 | 67 | 100 | 31 | 10 | 61 | 63 |
| Binary | 10111111 | 1010101 | 1000101 | 0 | 110111 | 1000000 | 11001 | 1000 | 110001 | 110011 |
Color Harmonies of #BF5545
Complementary color
Monochromatic Colors of #BF5545
Black with #BF5545
Text Example
Text Example
White with #BF5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5545; }
p { color: rgb(191,85,69); }
H1.HeaderClassName
{
color: #BF5545;
}
.AnyTagClassName
{
color: #BF5545;
}
</style>
background-color css
<style>
a { background-color: #BF5545; }
a { background-color: rgb(191,85,69); }
div.DivClassName
{
background-color: #BF5545;
}
.BgClassName
{
background-color: #BF5545;
}
</style>
border-color css
<style>
span { border-color: #BF5545; }
span { border-color: rgb(191,85,69); }
td.TdClassName
{
border-color: #BF5545;
}
.TagClassName
{
border-color: #BF5545;
}
</style>