Shades of Flame Pea #BF593D
Tints of Flame Pea #BF593D
RGB
CMYK
RGB Variations
Color information
#BF593D (or 0xBF593D) is known color: Flame Pea. HEX triplet: BF, 59 and 3D. RGB value is (191,89,61). Sum of RGB (Red+Green+Blue) = 191+89+61=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF593D is #40A6C2. Grayscale: #747474. Windows color (decimal): -4236995 or 4020671. OLE color: 4020671.
HSL color Cylindrical-coordinate representation of color #BF593D: hue angle of 12.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF593D is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 61 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.25 |
| HSL | 12.92º | 0.52% | 0.49% | - |
| HSV(B) | 12.92º | 0.68% | 0.75% | - |
| XYZ | 25.9 | 18.56 | 6.63 | - |
| YUV | 116.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 61 | 0 | 0.53 | 0.68 | 0.25 | 12.92 | 0.52 | 0.49 |
| Hex | BF | 59 | 3D | 0 | 35 | 44 | 19 | D | 34 | 31 |
| Octal | 277 | 131 | 75 | 0 | 65 | 104 | 31 | 15 | 64 | 61 |
| Binary | 10111111 | 1011001 | 111101 | 0 | 110101 | 1000100 | 11001 | 1101 | 110100 | 110001 |
Color Harmonies of #BF593D
Complementary color
Monochromatic Colors of #BF593D
Black with #BF593D
Text Example
Text Example
White with #BF593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF593D; }
p { color: rgb(191,89,61); }
H1.HeaderClassName
{
color: #BF593D;
}
.AnyTagClassName
{
color: #BF593D;
}
</style>
background-color css
<style>
a { background-color: #BF593D; }
a { background-color: rgb(191,89,61); }
div.DivClassName
{
background-color: #BF593D;
}
.BgClassName
{
background-color: #BF593D;
}
</style>
border-color css
<style>
span { border-color: #BF593D; }
span { border-color: rgb(191,89,61); }
td.TdClassName
{
border-color: #BF593D;
}
.TagClassName
{
border-color: #BF593D;
}
</style>