Shades of Flame Pea #BF5C3E
Tints of Flame Pea #BF5C3E
RGB
CMYK
RGB Variations
Color information
#BF5C3E (or 0xBF5C3E) is known color: Flame Pea. HEX triplet: BF, 5C and 3E. RGB value is (191,92,62). Sum of RGB (Red+Green+Blue) = 191+92+62=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C3E is #40A3C1. Grayscale: #767676. Windows color (decimal): -4236226 or 4086975. OLE color: 4086975.
HSL color Cylindrical-coordinate representation of color #BF5C3E: hue angle of 13.95º 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 #BF5C3E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 62 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.25 |
| HSL | 13.95º | 0.51% | 0.5% | - |
| HSV(B) | 13.95º | 0.68% | 0.75% | - |
| XYZ | 26.18 | 19.08 | 6.86 | - |
| YUV | 118.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 62 | 0 | 0.52 | 0.68 | 0.25 | 13.95 | 0.51 | 0.5 |
| Hex | BF | 5C | 3E | 0 | 34 | 44 | 19 | E | 33 | 32 |
| Octal | 277 | 134 | 76 | 0 | 64 | 104 | 31 | 16 | 63 | 62 |
| Binary | 10111111 | 1011100 | 111110 | 0 | 110100 | 1000100 | 11001 | 1110 | 110011 | 110010 |
Color Harmonies of #BF5C3E
Complementary color
Monochromatic Colors of #BF5C3E
Black with #BF5C3E
Text Example
Text Example
White with #BF5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C3E; }
p { color: rgb(191,92,62); }
H1.HeaderClassName
{
color: #BF5C3E;
}
.AnyTagClassName
{
color: #BF5C3E;
}
</style>
background-color css
<style>
a { background-color: #BF5C3E; }
a { background-color: rgb(191,92,62); }
div.DivClassName
{
background-color: #BF5C3E;
}
.BgClassName
{
background-color: #BF5C3E;
}
</style>
border-color css
<style>
span { border-color: #BF5C3E; }
span { border-color: rgb(191,92,62); }
td.TdClassName
{
border-color: #BF5C3E;
}
.TagClassName
{
border-color: #BF5C3E;
}
</style>