Shades of Flame Pea #BA5D4A
Tints of Flame Pea #BA5D4A
RGB
CMYK
RGB Variations
Color information
#BA5D4A (or 0xBA5D4A) is known color: Flame Pea. HEX triplet: BA, 5D and 4A. RGB value is (186,93,74). Sum of RGB (Red+Green+Blue) = 186+93+74=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D4A is #45A2B5. Grayscale: #767676. Windows color (decimal): -4563638 or 4873658. OLE color: 4873658.
HSL color Cylindrical-coordinate representation of color #BA5D4A: hue angle of 10.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5D4A is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 74 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.27 |
| HSL | 10.18º | 0.45% | 0.51% | - |
| HSV(B) | 10.18º | 0.6% | 0.73% | - |
| XYZ | 25.4 | 18.76 | 8.76 | - |
| YUV | 118.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 74 | 0 | 0.5 | 0.60 | 0.27 | 10.18 | 0.45 | 0.51 |
| Hex | BA | 5D | 4A | 0 | 32 | 3C | 1B | A | 2D | 33 |
| Octal | 272 | 135 | 112 | 0 | 62 | 74 | 33 | 12 | 55 | 63 |
| Binary | 10111010 | 1011101 | 1001010 | 0 | 110010 | 111100 | 11011 | 1010 | 101101 | 110011 |
Color Harmonies of #BA5D4A
Complementary color
Monochromatic Colors of #BA5D4A
Black with #BA5D4A
Text Example
Text Example
White with #BA5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D4A; }
p { color: rgb(186,93,74); }
H1.HeaderClassName
{
color: #BA5D4A;
}
.AnyTagClassName
{
color: #BA5D4A;
}
</style>
background-color css
<style>
a { background-color: #BA5D4A; }
a { background-color: rgb(186,93,74); }
div.DivClassName
{
background-color: #BA5D4A;
}
.BgClassName
{
background-color: #BA5D4A;
}
</style>
border-color css
<style>
span { border-color: #BA5D4A; }
span { border-color: rgb(186,93,74); }
td.TdClassName
{
border-color: #BA5D4A;
}
.TagClassName
{
border-color: #BA5D4A;
}
</style>