Shades of Flame Pea #BF5B40
Tints of Flame Pea #BF5B40
RGB
CMYK
RGB Variations
Color information
#BF5B40 (or 0xBF5B40) is known color: Flame Pea. HEX triplet: BF, 5B and 40. RGB value is (191,91,64). Sum of RGB (Red+Green+Blue) = 191+91+64=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B40 is #40A4BF. Grayscale: #767676. Windows color (decimal): -4236480 or 4217791. OLE color: 4217791.
HSL color Cylindrical-coordinate representation of color #BF5B40: hue angle of 12.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF5B40 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 64 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.25 |
| HSL | 12.76º | 0.5% | 0.5% | - |
| HSV(B) | 12.76º | 0.66% | 0.75% | - |
| XYZ | 26.15 | 18.93 | 7.13 | - |
| YUV | 117.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 64 | 0 | 0.52 | 0.66 | 0.25 | 12.76 | 0.5 | 0.5 |
| Hex | BF | 5B | 40 | 0 | 34 | 42 | 19 | D | 32 | 32 |
| Octal | 277 | 133 | 100 | 0 | 64 | 102 | 31 | 15 | 62 | 62 |
| Binary | 10111111 | 1011011 | 1000000 | 0 | 110100 | 1000010 | 11001 | 1101 | 110010 | 110010 |
Color Harmonies of #BF5B40
Complementary color
Monochromatic Colors of #BF5B40
Black with #BF5B40
Text Example
Text Example
White with #BF5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5B40; }
p { color: rgb(191,91,64); }
H1.HeaderClassName
{
color: #BF5B40;
}
.AnyTagClassName
{
color: #BF5B40;
}
</style>
background-color css
<style>
a { background-color: #BF5B40; }
a { background-color: rgb(191,91,64); }
div.DivClassName
{
background-color: #BF5B40;
}
.BgClassName
{
background-color: #BF5B40;
}
</style>
border-color css
<style>
span { border-color: #BF5B40; }
span { border-color: rgb(191,91,64); }
td.TdClassName
{
border-color: #BF5B40;
}
.TagClassName
{
border-color: #BF5B40;
}
</style>