Shades of Flame Pea #BA624C
Tints of Flame Pea #BA624C
RGB
CMYK
RGB Variations
Color information
#BA624C (or 0xBA624C) is known color: Flame Pea. HEX triplet: BA, 62 and 4C. RGB value is (186,98,76). Sum of RGB (Red+Green+Blue) = 186+98+76=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA624C is #459DB3. Grayscale: #797979. Windows color (decimal): -4562356 or 5006010. OLE color: 5006010.
HSL color Cylindrical-coordinate representation of color #BA624C: hue angle of 12º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA624C is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 76 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.27 |
| HSL | 12º | 0.44% | 0.51% | - |
| HSV(B) | 12º | 0.59% | 0.73% | - |
| XYZ | 25.92 | 19.7 | 9.27 | - |
| YUV | 121.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 76 | 0 | 0.47 | 0.59 | 0.27 | 12 | 0.44 | 0.51 |
| Hex | BA | 62 | 4C | 0 | 2F | 3B | 1B | C | 2C | 33 |
| Octal | 272 | 142 | 114 | 0 | 57 | 73 | 33 | 14 | 54 | 63 |
| Binary | 10111010 | 1100010 | 1001100 | 0 | 101111 | 111011 | 11011 | 1100 | 101100 | 110011 |
Color Harmonies of #BA624C
Complementary color
Monochromatic Colors of #BA624C
Black with #BA624C
Text Example
Text Example
White with #BA624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA624C; }
p { color: rgb(186,98,76); }
H1.HeaderClassName
{
color: #BA624C;
}
.AnyTagClassName
{
color: #BA624C;
}
</style>
background-color css
<style>
a { background-color: #BA624C; }
a { background-color: rgb(186,98,76); }
div.DivClassName
{
background-color: #BA624C;
}
.BgClassName
{
background-color: #BA624C;
}
</style>
border-color css
<style>
span { border-color: #BA624C; }
span { border-color: rgb(186,98,76); }
td.TdClassName
{
border-color: #BA624C;
}
.TagClassName
{
border-color: #BA624C;
}
</style>