Shades of Flame Pea #BA5C50
Tints of Flame Pea #BA5C50
RGB
CMYK
RGB Variations
Color information
#BA5C50 (or 0xBA5C50) is known color: Flame Pea. HEX triplet: BA, 5C and 50. RGB value is (186,92,80). Sum of RGB (Red+Green+Blue) = 186+92+80=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C50 is #45A3AF. Grayscale: #767676. Windows color (decimal): -4563888 or 5266618. OLE color: 5266618.
HSL color Cylindrical-coordinate representation of color #BA5C50: hue angle of 6.79º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5C50 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 80 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.27 |
| HSL | 6.79º | 0.43% | 0.52% | - |
| HSV(B) | 6.79º | 0.57% | 0.73% | - |
| XYZ | 25.52 | 18.67 | 9.85 | - |
| YUV | 118.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 80 | 0 | 0.51 | 0.57 | 0.27 | 6.79 | 0.43 | 0.52 |
| Hex | BA | 5C | 50 | 0 | 33 | 39 | 1B | 7 | 2B | 34 |
| Octal | 272 | 134 | 120 | 0 | 63 | 71 | 33 | 7 | 53 | 64 |
| Binary | 10111010 | 1011100 | 1010000 | 0 | 110011 | 111001 | 11011 | 111 | 101011 | 110100 |
Color Harmonies of #BA5C50
Complementary color
Monochromatic Colors of #BA5C50
Black with #BA5C50
Text Example
Text Example
White with #BA5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C50; }
p { color: rgb(186,92,80); }
H1.HeaderClassName
{
color: #BA5C50;
}
.AnyTagClassName
{
color: #BA5C50;
}
</style>
background-color css
<style>
a { background-color: #BA5C50; }
a { background-color: rgb(186,92,80); }
div.DivClassName
{
background-color: #BA5C50;
}
.BgClassName
{
background-color: #BA5C50;
}
</style>
border-color css
<style>
span { border-color: #BA5C50; }
span { border-color: rgb(186,92,80); }
td.TdClassName
{
border-color: #BA5C50;
}
.TagClassName
{
border-color: #BA5C50;
}
</style>