Shades of Flame Pea #BA5A51
Tints of Flame Pea #BA5A51
RGB
CMYK
RGB Variations
Color information
#BA5A51 (or 0xBA5A51) is known color: Flame Pea. HEX triplet: BA, 5A and 51. RGB value is (186,90,81). Sum of RGB (Red+Green+Blue) = 186+90+81=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A51 is #45A5AE. Grayscale: #757575. Windows color (decimal): -4564399 or 5331642. OLE color: 5331642.
HSL color Cylindrical-coordinate representation of color #BA5A51: hue angle of 5.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5A51 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 81 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.27 |
| HSL | 5.14º | 0.43% | 0.52% | - |
| HSV(B) | 5.14º | 0.56% | 0.73% | - |
| XYZ | 25.39 | 18.35 | 9.99 | - |
| YUV | 117.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 81 | 0 | 0.52 | 0.56 | 0.27 | 5.14 | 0.43 | 0.52 |
| Hex | BA | 5A | 51 | 0 | 34 | 38 | 1B | 5 | 2B | 34 |
| Octal | 272 | 132 | 121 | 0 | 64 | 70 | 33 | 5 | 53 | 64 |
| Binary | 10111010 | 1011010 | 1010001 | 0 | 110100 | 111000 | 11011 | 101 | 101011 | 110100 |
Color Harmonies of #BA5A51
Complementary color
Monochromatic Colors of #BA5A51
Black with #BA5A51
Text Example
Text Example
White with #BA5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A51; }
p { color: rgb(186,90,81); }
H1.HeaderClassName
{
color: #BA5A51;
}
.AnyTagClassName
{
color: #BA5A51;
}
</style>
background-color css
<style>
a { background-color: #BA5A51; }
a { background-color: rgb(186,90,81); }
div.DivClassName
{
background-color: #BA5A51;
}
.BgClassName
{
background-color: #BA5A51;
}
</style>
border-color css
<style>
span { border-color: #BA5A51; }
span { border-color: rgb(186,90,81); }
td.TdClassName
{
border-color: #BA5A51;
}
.TagClassName
{
border-color: #BA5A51;
}
</style>