Shades of Flame Pea #BA5D4E
Tints of Flame Pea #BA5D4E
RGB
CMYK
RGB Variations
Color information
#BA5D4E (or 0xBA5D4E) is known color: Flame Pea. HEX triplet: BA, 5D and 4E. RGB value is (186,93,78). Sum of RGB (Red+Green+Blue) = 186+93+78=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D4E is #45A2B1. Grayscale: #777777. Windows color (decimal): -4563634 or 5135802. OLE color: 5135802.
HSL color Cylindrical-coordinate representation of color #BA5D4E: hue angle of 8.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5D4E is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 78 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.27 |
| HSL | 8.33º | 0.44% | 0.52% | - |
| HSV(B) | 8.33º | 0.58% | 0.73% | - |
| XYZ | 25.54 | 18.82 | 9.49 | - |
| YUV | 119.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 78 | 0 | 0.5 | 0.58 | 0.27 | 8.33 | 0.44 | 0.52 |
| Hex | BA | 5D | 4E | 0 | 32 | 3A | 1B | 8 | 2C | 34 |
| Octal | 272 | 135 | 116 | 0 | 62 | 72 | 33 | 10 | 54 | 64 |
| Binary | 10111010 | 1011101 | 1001110 | 0 | 110010 | 111010 | 11011 | 1000 | 101100 | 110100 |
Color Harmonies of #BA5D4E
Complementary color
Monochromatic Colors of #BA5D4E
Black with #BA5D4E
Text Example
Text Example
White with #BA5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D4E; }
p { color: rgb(186,93,78); }
H1.HeaderClassName
{
color: #BA5D4E;
}
.AnyTagClassName
{
color: #BA5D4E;
}
</style>
background-color css
<style>
a { background-color: #BA5D4E; }
a { background-color: rgb(186,93,78); }
div.DivClassName
{
background-color: #BA5D4E;
}
.BgClassName
{
background-color: #BA5D4E;
}
</style>
border-color css
<style>
span { border-color: #BA5D4E; }
span { border-color: rgb(186,93,78); }
td.TdClassName
{
border-color: #BA5D4E;
}
.TagClassName
{
border-color: #BA5D4E;
}
</style>