Shades of Flame Pea #BA5E50
Tints of Flame Pea #BA5E50
RGB
CMYK
RGB Variations
Color information
#BA5E50 (or 0xBA5E50) is known color: Flame Pea. HEX triplet: BA, 5E and 50. RGB value is (186,94,80). Sum of RGB (Red+Green+Blue) = 186+94+80=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E50 is #45A1AF. Grayscale: #787878. Windows color (decimal): -4563376 or 5267130. OLE color: 5267130.
HSL color Cylindrical-coordinate representation of color #BA5E50: hue angle of 7.92º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5E50 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 80 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.27 |
| HSL | 7.92º | 0.43% | 0.52% | - |
| HSV(B) | 7.92º | 0.57% | 0.73% | - |
| XYZ | 25.7 | 19.02 | 9.91 | - |
| YUV | 119.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 80 | 0 | 0.49 | 0.57 | 0.27 | 7.92 | 0.43 | 0.52 |
| Hex | BA | 5E | 50 | 0 | 31 | 39 | 1B | 8 | 2B | 34 |
| Octal | 272 | 136 | 120 | 0 | 61 | 71 | 33 | 10 | 53 | 64 |
| Binary | 10111010 | 1011110 | 1010000 | 0 | 110001 | 111001 | 11011 | 1000 | 101011 | 110100 |
Color Harmonies of #BA5E50
Complementary color
Monochromatic Colors of #BA5E50
Black with #BA5E50
Text Example
Text Example
White with #BA5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E50; }
p { color: rgb(186,94,80); }
H1.HeaderClassName
{
color: #BA5E50;
}
.AnyTagClassName
{
color: #BA5E50;
}
</style>
background-color css
<style>
a { background-color: #BA5E50; }
a { background-color: rgb(186,94,80); }
div.DivClassName
{
background-color: #BA5E50;
}
.BgClassName
{
background-color: #BA5E50;
}
</style>
border-color css
<style>
span { border-color: #BA5E50; }
span { border-color: rgb(186,94,80); }
td.TdClassName
{
border-color: #BA5E50;
}
.TagClassName
{
border-color: #BA5E50;
}
</style>