Shades of Flame Pea #BF6445
Tints of Flame Pea #BF6445
RGB
CMYK
RGB Variations
Color information
#BF6445 (or 0xBF6445) is known color: Flame Pea. HEX triplet: BF, 64 and 45. RGB value is (191,100,69). Sum of RGB (Red+Green+Blue) = 191+100+69=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6445 is #409BBA. Grayscale: #7B7B7B. Windows color (decimal): -4234171 or 4547775. OLE color: 4547775.
HSL color Cylindrical-coordinate representation of color #BF6445: hue angle of 15.25º 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 #BF6445 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 69 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.25 |
| HSL | 15.25º | 0.49% | 0.51% | - |
| HSV(B) | 15.25º | 0.64% | 0.75% | - |
| XYZ | 27.12 | 20.62 | 8.18 | - |
| YUV | 123.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 69 | 0 | 0.48 | 0.64 | 0.25 | 15.25 | 0.49 | 0.51 |
| Hex | BF | 64 | 45 | 0 | 30 | 40 | 19 | F | 31 | 33 |
| Octal | 277 | 144 | 105 | 0 | 60 | 100 | 31 | 17 | 61 | 63 |
| Binary | 10111111 | 1100100 | 1000101 | 0 | 110000 | 1000000 | 11001 | 1111 | 110001 | 110011 |
Color Harmonies of #BF6445
Complementary color
Monochromatic Colors of #BF6445
Black with #BF6445
Text Example
Text Example
White with #BF6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6445; }
p { color: rgb(191,100,69); }
H1.HeaderClassName
{
color: #BF6445;
}
.AnyTagClassName
{
color: #BF6445;
}
</style>
background-color css
<style>
a { background-color: #BF6445; }
a { background-color: rgb(191,100,69); }
div.DivClassName
{
background-color: #BF6445;
}
.BgClassName
{
background-color: #BF6445;
}
</style>
border-color css
<style>
span { border-color: #BF6445; }
span { border-color: rgb(191,100,69); }
td.TdClassName
{
border-color: #BF6445;
}
.TagClassName
{
border-color: #BF6445;
}
</style>