Shades of Flame Pea #BF6446
Tints of Flame Pea #BF6446
RGB
CMYK
RGB Variations
Color information
#BF6446 (or 0xBF6446) is known color: Flame Pea. HEX triplet: BF, 64 and 46. RGB value is (191,100,70). Sum of RGB (Red+Green+Blue) = 191+100+70=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6446 is #409BB9. Grayscale: #7C7C7C. Windows color (decimal): -4234170 or 4613311. OLE color: 4613311.
HSL color Cylindrical-coordinate representation of color #BF6446: hue angle of 14.88º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF6446 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 70 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.25 |
| HSL | 14.88º | 0.49% | 0.51% | - |
| HSV(B) | 14.88º | 0.63% | 0.75% | - |
| XYZ | 27.15 | 20.63 | 8.35 | - |
| YUV | 123.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 70 | 0 | 0.48 | 0.63 | 0.25 | 14.88 | 0.49 | 0.51 |
| Hex | BF | 64 | 46 | 0 | 30 | 3F | 19 | F | 31 | 33 |
| Octal | 277 | 144 | 106 | 0 | 60 | 77 | 31 | 17 | 61 | 63 |
| Binary | 10111111 | 1100100 | 1000110 | 0 | 110000 | 111111 | 11001 | 1111 | 110001 | 110011 |
Color Harmonies of #BF6446
Complementary color
Monochromatic Colors of #BF6446
Black with #BF6446
Text Example
Text Example
White with #BF6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6446; }
p { color: rgb(191,100,70); }
H1.HeaderClassName
{
color: #BF6446;
}
.AnyTagClassName
{
color: #BF6446;
}
</style>
background-color css
<style>
a { background-color: #BF6446; }
a { background-color: rgb(191,100,70); }
div.DivClassName
{
background-color: #BF6446;
}
.BgClassName
{
background-color: #BF6446;
}
</style>
border-color css
<style>
span { border-color: #BF6446; }
span { border-color: rgb(191,100,70); }
td.TdClassName
{
border-color: #BF6446;
}
.TagClassName
{
border-color: #BF6446;
}
</style>