Shades of Flame Pea #BF5B3E
Tints of Flame Pea #BF5B3E
RGB
CMYK
RGB Variations
Color information
#BF5B3E (or 0xBF5B3E) is known color: Flame Pea. HEX triplet: BF, 5B and 3E. RGB value is (191,91,62). Sum of RGB (Red+Green+Blue) = 191+91+62=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B3E is #40A4C1. Grayscale: #757575. Windows color (decimal): -4236482 or 4086719. OLE color: 4086719.
HSL color Cylindrical-coordinate representation of color #BF5B3E: hue angle of 13.49º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF5B3E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 62 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.25 |
| HSL | 13.49º | 0.51% | 0.5% | - |
| HSV(B) | 13.49º | 0.68% | 0.75% | - |
| XYZ | 26.1 | 18.91 | 6.83 | - |
| YUV | 117.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 62 | 0 | 0.52 | 0.68 | 0.25 | 13.49 | 0.51 | 0.5 |
| Hex | BF | 5B | 3E | 0 | 34 | 44 | 19 | D | 33 | 32 |
| Octal | 277 | 133 | 76 | 0 | 64 | 104 | 31 | 15 | 63 | 62 |
| Binary | 10111111 | 1011011 | 111110 | 0 | 110100 | 1000100 | 11001 | 1101 | 110011 | 110010 |
Color Harmonies of #BF5B3E
Complementary color
Monochromatic Colors of #BF5B3E
Black with #BF5B3E
Text Example
Text Example
White with #BF5B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5B3E; }
p { color: rgb(191,91,62); }
H1.HeaderClassName
{
color: #BF5B3E;
}
.AnyTagClassName
{
color: #BF5B3E;
}
</style>
background-color css
<style>
a { background-color: #BF5B3E; }
a { background-color: rgb(191,91,62); }
div.DivClassName
{
background-color: #BF5B3E;
}
.BgClassName
{
background-color: #BF5B3E;
}
</style>
border-color css
<style>
span { border-color: #BF5B3E; }
span { border-color: rgb(191,91,62); }
td.TdClassName
{
border-color: #BF5B3E;
}
.TagClassName
{
border-color: #BF5B3E;
}
</style>