Shades of Flame Pea #BF6344
Tints of Flame Pea #BF6344
RGB
CMYK
RGB Variations
Color information
#BF6344 (or 0xBF6344) is known color: Flame Pea. HEX triplet: BF, 63 and 44. RGB value is (191,99,68). Sum of RGB (Red+Green+Blue) = 191+99+68=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6344 is #409CBB. Grayscale: #7B7B7B. Windows color (decimal): -4234428 or 4481983. OLE color: 4481983.
HSL color Cylindrical-coordinate representation of color #BF6344: hue angle of 15.12º 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 #BF6344 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 68 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.25 |
| HSL | 15.12º | 0.49% | 0.51% | - |
| HSV(B) | 15.12º | 0.64% | 0.75% | - |
| XYZ | 26.99 | 20.42 | 7.99 | - |
| YUV | 122.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 68 | 0 | 0.48 | 0.64 | 0.25 | 15.12 | 0.49 | 0.51 |
| Hex | BF | 63 | 44 | 0 | 30 | 40 | 19 | F | 31 | 33 |
| Octal | 277 | 143 | 104 | 0 | 60 | 100 | 31 | 17 | 61 | 63 |
| Binary | 10111111 | 1100011 | 1000100 | 0 | 110000 | 1000000 | 11001 | 1111 | 110001 | 110011 |
Color Harmonies of #BF6344
Complementary color
Monochromatic Colors of #BF6344
Black with #BF6344
Text Example
Text Example
White with #BF6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6344; }
p { color: rgb(191,99,68); }
H1.HeaderClassName
{
color: #BF6344;
}
.AnyTagClassName
{
color: #BF6344;
}
</style>
background-color css
<style>
a { background-color: #BF6344; }
a { background-color: rgb(191,99,68); }
div.DivClassName
{
background-color: #BF6344;
}
.BgClassName
{
background-color: #BF6344;
}
</style>
border-color css
<style>
span { border-color: #BF6344; }
span { border-color: rgb(191,99,68); }
td.TdClassName
{
border-color: #BF6344;
}
.TagClassName
{
border-color: #BF6344;
}
</style>