Shades of Flame Pea #BA5E51
Tints of Flame Pea #BA5E51
RGB
CMYK
RGB Variations
Color information
#BA5E51 (or 0xBA5E51) is known color: Flame Pea. HEX triplet: BA, 5E and 51. RGB value is (186,94,81). Sum of RGB (Red+Green+Blue) = 186+94+81=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E51 is #45A1AE. Grayscale: #787878. Windows color (decimal): -4563375 or 5332666. OLE color: 5332666.
HSL color Cylindrical-coordinate representation of color #BA5E51: hue angle of 7.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5E51 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 81 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.27 |
| HSL | 7.43º | 0.43% | 0.52% | - |
| HSV(B) | 7.43º | 0.56% | 0.73% | - |
| XYZ | 25.74 | 19.04 | 10.1 | - |
| YUV | 120.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 81 | 0 | 0.49 | 0.56 | 0.27 | 7.43 | 0.43 | 0.52 |
| Hex | BA | 5E | 51 | 0 | 31 | 38 | 1B | 7 | 2B | 34 |
| Octal | 272 | 136 | 121 | 0 | 61 | 70 | 33 | 7 | 53 | 64 |
| Binary | 10111010 | 1011110 | 1010001 | 0 | 110001 | 111000 | 11011 | 111 | 101011 | 110100 |
Color Harmonies of #BA5E51
Complementary color
Monochromatic Colors of #BA5E51
Black with #BA5E51
Text Example
Text Example
White with #BA5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E51; }
p { color: rgb(186,94,81); }
H1.HeaderClassName
{
color: #BA5E51;
}
.AnyTagClassName
{
color: #BA5E51;
}
</style>
background-color css
<style>
a { background-color: #BA5E51; }
a { background-color: rgb(186,94,81); }
div.DivClassName
{
background-color: #BA5E51;
}
.BgClassName
{
background-color: #BA5E51;
}
</style>
border-color css
<style>
span { border-color: #BA5E51; }
span { border-color: rgb(186,94,81); }
td.TdClassName
{
border-color: #BA5E51;
}
.TagClassName
{
border-color: #BA5E51;
}
</style>