Shades of Flame Pea #BA614A
Tints of Flame Pea #BA614A
RGB
CMYK
RGB Variations
Color information
#BA614A (or 0xBA614A) is known color: Flame Pea. HEX triplet: BA, 61 and 4A. RGB value is (186,97,74). Sum of RGB (Red+Green+Blue) = 186+97+74=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA614A is #459EB5. Grayscale: #797979. Windows color (decimal): -4562614 or 4874682. OLE color: 4874682.
HSL color Cylindrical-coordinate representation of color #BA614A: hue angle of 12.32º 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 #BA614A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 74 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.27 |
| HSL | 12.32º | 0.45% | 0.51% | - |
| HSV(B) | 12.32º | 0.6% | 0.73% | - |
| XYZ | 25.76 | 19.48 | 8.88 | - |
| YUV | 120.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 74 | 0 | 0.48 | 0.60 | 0.27 | 12.32 | 0.45 | 0.51 |
| Hex | BA | 61 | 4A | 0 | 30 | 3C | 1B | C | 2D | 33 |
| Octal | 272 | 141 | 112 | 0 | 60 | 74 | 33 | 14 | 55 | 63 |
| Binary | 10111010 | 1100001 | 1001010 | 0 | 110000 | 111100 | 11011 | 1100 | 101101 | 110011 |
Color Harmonies of #BA614A
Complementary color
Monochromatic Colors of #BA614A
Black with #BA614A
Text Example
Text Example
White with #BA614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA614A; }
p { color: rgb(186,97,74); }
H1.HeaderClassName
{
color: #BA614A;
}
.AnyTagClassName
{
color: #BA614A;
}
</style>
background-color css
<style>
a { background-color: #BA614A; }
a { background-color: rgb(186,97,74); }
div.DivClassName
{
background-color: #BA614A;
}
.BgClassName
{
background-color: #BA614A;
}
</style>
border-color css
<style>
span { border-color: #BA614A; }
span { border-color: rgb(186,97,74); }
td.TdClassName
{
border-color: #BA614A;
}
.TagClassName
{
border-color: #BA614A;
}
</style>