Shades of Flame Pea #BF674D
Tints of Flame Pea #BF674D
RGB
CMYK
RGB Variations
Color information
#BF674D (or 0xBF674D) is known color: Flame Pea. HEX triplet: BF, 67 and 4D. RGB value is (191,103,77). Sum of RGB (Red+Green+Blue) = 191+103+77=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF674D is #4098B2. Grayscale: #7E7E7E. Windows color (decimal): -4233395 or 5072831. OLE color: 5072831.
HSL color Cylindrical-coordinate representation of color #BF674D: hue angle of 13.68º 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 #BF674D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 77 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.25 |
| HSL | 13.68º | 0.47% | 0.53% | - |
| HSV(B) | 13.68º | 0.6% | 0.75% | - |
| XYZ | 27.68 | 21.31 | 9.68 | - |
| YUV | 126.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 77 | 0 | 0.46 | 0.60 | 0.25 | 13.68 | 0.47 | 0.53 |
| Hex | BF | 67 | 4D | 0 | 2E | 3C | 19 | E | 2F | 35 |
| Octal | 277 | 147 | 115 | 0 | 56 | 74 | 31 | 16 | 57 | 65 |
| Binary | 10111111 | 1100111 | 1001101 | 0 | 101110 | 111100 | 11001 | 1110 | 101111 | 110101 |
Color Harmonies of #BF674D
Complementary color
Monochromatic Colors of #BF674D
Black with #BF674D
Text Example
Text Example
White with #BF674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF674D; }
p { color: rgb(191,103,77); }
H1.HeaderClassName
{
color: #BF674D;
}
.AnyTagClassName
{
color: #BF674D;
}
</style>
background-color css
<style>
a { background-color: #BF674D; }
a { background-color: rgb(191,103,77); }
div.DivClassName
{
background-color: #BF674D;
}
.BgClassName
{
background-color: #BF674D;
}
</style>
border-color css
<style>
span { border-color: #BF674D; }
span { border-color: rgb(191,103,77); }
td.TdClassName
{
border-color: #BF674D;
}
.TagClassName
{
border-color: #BF674D;
}
</style>