Shades of Flame Pea #BF6144
Tints of Flame Pea #BF6144
RGB
CMYK
RGB Variations
Color information
#BF6144 (or 0xBF6144) is known color: Flame Pea. HEX triplet: BF, 61 and 44. RGB value is (191,97,68). Sum of RGB (Red+Green+Blue) = 191+97+68=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6144 is #409EBB. Grayscale: #7A7A7A. Windows color (decimal): -4234940 or 4481471. OLE color: 4481471.
HSL color Cylindrical-coordinate representation of color #BF6144: hue angle of 14.15º 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 #BF6144 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 68 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.25 |
| HSL | 14.15º | 0.49% | 0.51% | - |
| HSV(B) | 14.15º | 0.64% | 0.75% | - |
| XYZ | 26.8 | 20.04 | 7.92 | - |
| YUV | 121.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 68 | 0 | 0.49 | 0.64 | 0.25 | 14.15 | 0.49 | 0.51 |
| Hex | BF | 61 | 44 | 0 | 31 | 40 | 19 | E | 31 | 33 |
| Octal | 277 | 141 | 104 | 0 | 61 | 100 | 31 | 16 | 61 | 63 |
| Binary | 10111111 | 1100001 | 1000100 | 0 | 110001 | 1000000 | 11001 | 1110 | 110001 | 110011 |
Color Harmonies of #BF6144
Complementary color
Monochromatic Colors of #BF6144
Black with #BF6144
Text Example
Text Example
White with #BF6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6144; }
p { color: rgb(191,97,68); }
H1.HeaderClassName
{
color: #BF6144;
}
.AnyTagClassName
{
color: #BF6144;
}
</style>
background-color css
<style>
a { background-color: #BF6144; }
a { background-color: rgb(191,97,68); }
div.DivClassName
{
background-color: #BF6144;
}
.BgClassName
{
background-color: #BF6144;
}
</style>
border-color css
<style>
span { border-color: #BF6144; }
span { border-color: rgb(191,97,68); }
td.TdClassName
{
border-color: #BF6144;
}
.TagClassName
{
border-color: #BF6144;
}
</style>