Shades of Flame Pea #BA5D49
Tints of Flame Pea #BA5D49
RGB
CMYK
RGB Variations
Color information
#BA5D49 (or 0xBA5D49) is known color: Flame Pea. HEX triplet: BA, 5D and 49. RGB value is (186,93,73). Sum of RGB (Red+Green+Blue) = 186+93+73=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D49 is #45A2B6. Grayscale: #767676. Windows color (decimal): -4563639 or 4808122. OLE color: 4808122.
HSL color Cylindrical-coordinate representation of color #BA5D49: hue angle of 10.62º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5D49 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 73 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.27 |
| HSL | 10.62º | 0.45% | 0.51% | - |
| HSV(B) | 10.62º | 0.61% | 0.73% | - |
| XYZ | 25.37 | 18.75 | 8.59 | - |
| YUV | 118.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 73 | 0 | 0.5 | 0.61 | 0.27 | 10.62 | 0.45 | 0.51 |
| Hex | BA | 5D | 49 | 0 | 32 | 3D | 1B | B | 2D | 33 |
| Octal | 272 | 135 | 111 | 0 | 62 | 75 | 33 | 13 | 55 | 63 |
| Binary | 10111010 | 1011101 | 1001001 | 0 | 110010 | 111101 | 11011 | 1011 | 101101 | 110011 |
Color Harmonies of #BA5D49
Complementary color
Monochromatic Colors of #BA5D49
Black with #BA5D49
Text Example
Text Example
White with #BA5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D49; }
p { color: rgb(186,93,73); }
H1.HeaderClassName
{
color: #BA5D49;
}
.AnyTagClassName
{
color: #BA5D49;
}
</style>
background-color css
<style>
a { background-color: #BA5D49; }
a { background-color: rgb(186,93,73); }
div.DivClassName
{
background-color: #BA5D49;
}
.BgClassName
{
background-color: #BA5D49;
}
</style>
border-color css
<style>
span { border-color: #BA5D49; }
span { border-color: rgb(186,93,73); }
td.TdClassName
{
border-color: #BA5D49;
}
.TagClassName
{
border-color: #BA5D49;
}
</style>