Shades of Flame Pea #BF594D
Tints of Flame Pea #BF594D
RGB
CMYK
RGB Variations
Color information
#BF594D (or 0xBF594D) is known color: Flame Pea. HEX triplet: BF, 59 and 4D. RGB value is (191,89,77). Sum of RGB (Red+Green+Blue) = 191+89+77=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF594D is #40A6B2. Grayscale: #767676. Windows color (decimal): -4236979 or 5069247. OLE color: 5069247.
HSL color Cylindrical-coordinate representation of color #BF594D: hue angle of 6.32º 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 #BF594D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 77 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.25 |
| HSL | 6.32º | 0.47% | 0.53% | - |
| HSV(B) | 6.32º | 0.6% | 0.75% | - |
| XYZ | 26.4 | 18.76 | 9.25 | - |
| YUV | 118.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 77 | 0 | 0.53 | 0.60 | 0.25 | 6.32 | 0.47 | 0.53 |
| Hex | BF | 59 | 4D | 0 | 35 | 3C | 19 | 6 | 2F | 35 |
| Octal | 277 | 131 | 115 | 0 | 65 | 74 | 31 | 6 | 57 | 65 |
| Binary | 10111111 | 1011001 | 1001101 | 0 | 110101 | 111100 | 11001 | 110 | 101111 | 110101 |
Color Harmonies of #BF594D
Complementary color
Monochromatic Colors of #BF594D
Black with #BF594D
Text Example
Text Example
White with #BF594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF594D; }
p { color: rgb(191,89,77); }
H1.HeaderClassName
{
color: #BF594D;
}
.AnyTagClassName
{
color: #BF594D;
}
</style>
background-color css
<style>
a { background-color: #BF594D; }
a { background-color: rgb(191,89,77); }
div.DivClassName
{
background-color: #BF594D;
}
.BgClassName
{
background-color: #BF594D;
}
</style>
border-color css
<style>
span { border-color: #BF594D; }
span { border-color: rgb(191,89,77); }
td.TdClassName
{
border-color: #BF594D;
}
.TagClassName
{
border-color: #BF594D;
}
</style>