Shades of Flame Pea #BA574B
Tints of Flame Pea #BA574B
RGB
CMYK
RGB Variations
Color information
#BA574B (or 0xBA574B) is known color: Flame Pea. HEX triplet: BA, 57 and 4B. RGB value is (186,87,75). Sum of RGB (Red+Green+Blue) = 186+87+75=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA574B is #45A8B4. Grayscale: #737373. Windows color (decimal): -4565173 or 4937658. OLE color: 4937658.
HSL color Cylindrical-coordinate representation of color #BA574B: hue angle of 6.49º 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 #BA574B is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 75 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.27 |
| HSL | 6.49º | 0.45% | 0.51% | - |
| HSV(B) | 6.49º | 0.6% | 0.73% | - |
| XYZ | 24.93 | 17.76 | 8.77 | - |
| YUV | 115.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 75 | 0 | 0.53 | 0.60 | 0.27 | 6.49 | 0.45 | 0.51 |
| Hex | BA | 57 | 4B | 0 | 35 | 3C | 1B | 6 | 2D | 33 |
| Octal | 272 | 127 | 113 | 0 | 65 | 74 | 33 | 6 | 55 | 63 |
| Binary | 10111010 | 1010111 | 1001011 | 0 | 110101 | 111100 | 11011 | 110 | 101101 | 110011 |
Color Harmonies of #BA574B
Complementary color
Monochromatic Colors of #BA574B
Black with #BA574B
Text Example
Text Example
White with #BA574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA574B; }
p { color: rgb(186,87,75); }
H1.HeaderClassName
{
color: #BA574B;
}
.AnyTagClassName
{
color: #BA574B;
}
</style>
background-color css
<style>
a { background-color: #BA574B; }
a { background-color: rgb(186,87,75); }
div.DivClassName
{
background-color: #BA574B;
}
.BgClassName
{
background-color: #BA574B;
}
</style>
border-color css
<style>
span { border-color: #BA574B; }
span { border-color: rgb(186,87,75); }
td.TdClassName
{
border-color: #BA574B;
}
.TagClassName
{
border-color: #BA574B;
}
</style>