Shades of Flame Pea #BF5D4C
Tints of Flame Pea #BF5D4C
RGB
CMYK
RGB Variations
Color information
#BF5D4C (or 0xBF5D4C) is known color: Flame Pea. HEX triplet: BF, 5D and 4C. RGB value is (191,93,76). Sum of RGB (Red+Green+Blue) = 191+93+76=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D4C is #40A2B3. Grayscale: #787878. Windows color (decimal): -4235956 or 5004735. OLE color: 5004735.
HSL color Cylindrical-coordinate representation of color #BF5D4C: hue angle of 8.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5D4C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 76 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.25 |
| HSL | 8.87º | 0.47% | 0.52% | - |
| HSV(B) | 8.87º | 0.6% | 0.75% | - |
| XYZ | 26.7 | 19.43 | 9.18 | - |
| YUV | 120.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 76 | 0 | 0.51 | 0.60 | 0.25 | 8.87 | 0.47 | 0.52 |
| Hex | BF | 5D | 4C | 0 | 33 | 3C | 19 | 9 | 2F | 34 |
| Octal | 277 | 135 | 114 | 0 | 63 | 74 | 31 | 11 | 57 | 64 |
| Binary | 10111111 | 1011101 | 1001100 | 0 | 110011 | 111100 | 11001 | 1001 | 101111 | 110100 |
Color Harmonies of #BF5D4C
Complementary color
Monochromatic Colors of #BF5D4C
Black with #BF5D4C
Text Example
Text Example
White with #BF5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D4C; }
p { color: rgb(191,93,76); }
H1.HeaderClassName
{
color: #BF5D4C;
}
.AnyTagClassName
{
color: #BF5D4C;
}
</style>
background-color css
<style>
a { background-color: #BF5D4C; }
a { background-color: rgb(191,93,76); }
div.DivClassName
{
background-color: #BF5D4C;
}
.BgClassName
{
background-color: #BF5D4C;
}
</style>
border-color css
<style>
span { border-color: #BF5D4C; }
span { border-color: rgb(191,93,76); }
td.TdClassName
{
border-color: #BF5D4C;
}
.TagClassName
{
border-color: #BF5D4C;
}
</style>