Shades of Flame Pea #BA624D
Tints of Flame Pea #BA624D
RGB
CMYK
RGB Variations
Color information
#BA624D (or 0xBA624D) is known color: Flame Pea. HEX triplet: BA, 62 and 4D. RGB value is (186,98,77). Sum of RGB (Red+Green+Blue) = 186+98+77=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA624D is #459DB2. Grayscale: #7A7A7A. Windows color (decimal): -4562355 or 5071546. OLE color: 5071546.
HSL color Cylindrical-coordinate representation of color #BA624D: hue angle of 11.56º 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 #BA624D is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 77 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.27 |
| HSL | 11.56º | 0.44% | 0.52% | - |
| HSV(B) | 11.56º | 0.59% | 0.73% | - |
| XYZ | 25.96 | 19.71 | 9.46 | - |
| YUV | 121.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 77 | 0 | 0.47 | 0.59 | 0.27 | 11.56 | 0.44 | 0.52 |
| Hex | BA | 62 | 4D | 0 | 2F | 3B | 1B | C | 2C | 34 |
| Octal | 272 | 142 | 115 | 0 | 57 | 73 | 33 | 14 | 54 | 64 |
| Binary | 10111010 | 1100010 | 1001101 | 0 | 101111 | 111011 | 11011 | 1100 | 101100 | 110100 |
Color Harmonies of #BA624D
Complementary color
Monochromatic Colors of #BA624D
Black with #BA624D
Text Example
Text Example
White with #BA624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA624D; }
p { color: rgb(186,98,77); }
H1.HeaderClassName
{
color: #BA624D;
}
.AnyTagClassName
{
color: #BA624D;
}
</style>
background-color css
<style>
a { background-color: #BA624D; }
a { background-color: rgb(186,98,77); }
div.DivClassName
{
background-color: #BA624D;
}
.BgClassName
{
background-color: #BA624D;
}
</style>
border-color css
<style>
span { border-color: #BA624D; }
span { border-color: rgb(186,98,77); }
td.TdClassName
{
border-color: #BA624D;
}
.TagClassName
{
border-color: #BA624D;
}
</style>