Shades of Flame Pea #BF664D
Tints of Flame Pea #BF664D
RGB
CMYK
RGB Variations
Color information
#BF664D (or 0xBF664D) is known color: Flame Pea. HEX triplet: BF, 66 and 4D. RGB value is (191,102,77). Sum of RGB (Red+Green+Blue) = 191+102+77=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF664D is #4099B2. Grayscale: #7D7D7D. Windows color (decimal): -4233651 or 5072575. OLE color: 5072575.
HSL color Cylindrical-coordinate representation of color #BF664D: hue angle of 13.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF664D is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 77 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.25 |
| HSL | 13.16º | 0.47% | 0.53% | - |
| HSV(B) | 13.16º | 0.6% | 0.75% | - |
| XYZ | 27.58 | 21.11 | 9.64 | - |
| YUV | 125.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 77 | 0 | 0.47 | 0.60 | 0.25 | 13.16 | 0.47 | 0.53 |
| Hex | BF | 66 | 4D | 0 | 2F | 3C | 19 | D | 2F | 35 |
| Octal | 277 | 146 | 115 | 0 | 57 | 74 | 31 | 15 | 57 | 65 |
| Binary | 10111111 | 1100110 | 1001101 | 0 | 101111 | 111100 | 11001 | 1101 | 101111 | 110101 |
Color Harmonies of #BF664D
Complementary color
Monochromatic Colors of #BF664D
Black with #BF664D
Text Example
Text Example
White with #BF664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF664D; }
p { color: rgb(191,102,77); }
H1.HeaderClassName
{
color: #BF664D;
}
.AnyTagClassName
{
color: #BF664D;
}
</style>
background-color css
<style>
a { background-color: #BF664D; }
a { background-color: rgb(191,102,77); }
div.DivClassName
{
background-color: #BF664D;
}
.BgClassName
{
background-color: #BF664D;
}
</style>
border-color css
<style>
span { border-color: #BF664D; }
span { border-color: rgb(191,102,77); }
td.TdClassName
{
border-color: #BF664D;
}
.TagClassName
{
border-color: #BF664D;
}
</style>