Shades of Flame Pea #BF5B4D
Tints of Flame Pea #BF5B4D
RGB
CMYK
RGB Variations
Color information
#BF5B4D (or 0xBF5B4D) is known color: Flame Pea. HEX triplet: BF, 5B and 4D. RGB value is (191,91,77). Sum of RGB (Red+Green+Blue) = 191+91+77=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B4D is #40A4B2. Grayscale: #777777. Windows color (decimal): -4236467 or 5069759. OLE color: 5069759.
HSL color Cylindrical-coordinate representation of color #BF5B4D: hue angle of 7.37º 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 #BF5B4D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 77 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.25 |
| HSL | 7.37º | 0.47% | 0.53% | - |
| HSV(B) | 7.37º | 0.6% | 0.75% | - |
| XYZ | 26.57 | 19.09 | 9.31 | - |
| YUV | 119.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 77 | 0 | 0.52 | 0.60 | 0.25 | 7.37 | 0.47 | 0.53 |
| Hex | BF | 5B | 4D | 0 | 34 | 3C | 19 | 7 | 2F | 35 |
| Octal | 277 | 133 | 115 | 0 | 64 | 74 | 31 | 7 | 57 | 65 |
| Binary | 10111111 | 1011011 | 1001101 | 0 | 110100 | 111100 | 11001 | 111 | 101111 | 110101 |
Color Harmonies of #BF5B4D
Complementary color
Monochromatic Colors of #BF5B4D
Black with #BF5B4D
Text Example
Text Example
White with #BF5B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5B4D; }
p { color: rgb(191,91,77); }
H1.HeaderClassName
{
color: #BF5B4D;
}
.AnyTagClassName
{
color: #BF5B4D;
}
</style>
background-color css
<style>
a { background-color: #BF5B4D; }
a { background-color: rgb(191,91,77); }
div.DivClassName
{
background-color: #BF5B4D;
}
.BgClassName
{
background-color: #BF5B4D;
}
</style>
border-color css
<style>
span { border-color: #BF5B4D; }
span { border-color: rgb(191,91,77); }
td.TdClassName
{
border-color: #BF5B4D;
}
.TagClassName
{
border-color: #BF5B4D;
}
</style>