Shades of Flame Pea #BA5D4D
Tints of Flame Pea #BA5D4D
RGB
CMYK
RGB Variations
Color information
#BA5D4D (or 0xBA5D4D) is known color: Flame Pea. HEX triplet: BA, 5D and 4D. RGB value is (186,93,77). Sum of RGB (Red+Green+Blue) = 186+93+77=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D4D is #45A2B2. Grayscale: #777777. Windows color (decimal): -4563635 or 5070266. OLE color: 5070266.
HSL color Cylindrical-coordinate representation of color #BA5D4D: hue angle of 8.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5D4D is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 77 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.27 |
| HSL | 8.81º | 0.44% | 0.52% | - |
| HSV(B) | 8.81º | 0.59% | 0.73% | - |
| XYZ | 25.5 | 18.8 | 9.31 | - |
| YUV | 118.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 77 | 0 | 0.5 | 0.59 | 0.27 | 8.81 | 0.44 | 0.52 |
| Hex | BA | 5D | 4D | 0 | 32 | 3B | 1B | 9 | 2C | 34 |
| Octal | 272 | 135 | 115 | 0 | 62 | 73 | 33 | 11 | 54 | 64 |
| Binary | 10111010 | 1011101 | 1001101 | 0 | 110010 | 111011 | 11011 | 1001 | 101100 | 110100 |
Color Harmonies of #BA5D4D
Complementary color
Monochromatic Colors of #BA5D4D
Black with #BA5D4D
Text Example
Text Example
White with #BA5D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D4D; }
p { color: rgb(186,93,77); }
H1.HeaderClassName
{
color: #BA5D4D;
}
.AnyTagClassName
{
color: #BA5D4D;
}
</style>
background-color css
<style>
a { background-color: #BA5D4D; }
a { background-color: rgb(186,93,77); }
div.DivClassName
{
background-color: #BA5D4D;
}
.BgClassName
{
background-color: #BA5D4D;
}
</style>
border-color css
<style>
span { border-color: #BA5D4D; }
span { border-color: rgb(186,93,77); }
td.TdClassName
{
border-color: #BA5D4D;
}
.TagClassName
{
border-color: #BA5D4D;
}
</style>