Shades of Flame Pea #BA6150
Tints of Flame Pea #BA6150
RGB
CMYK
RGB Variations
Color information
#BA6150 (or 0xBA6150) is known color: Flame Pea. HEX triplet: BA, 61 and 50. RGB value is (186,97,80). Sum of RGB (Red+Green+Blue) = 186+97+80=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6150 is #459EAF. Grayscale: #797979. Windows color (decimal): -4562608 or 5267898. OLE color: 5267898.
HSL color Cylindrical-coordinate representation of color #BA6150: hue angle of 9.62º 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 #BA6150 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 80 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.27 |
| HSL | 9.62º | 0.43% | 0.52% | - |
| HSV(B) | 9.62º | 0.57% | 0.73% | - |
| XYZ | 25.97 | 19.57 | 10 | - |
| YUV | 121.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 80 | 0 | 0.48 | 0.57 | 0.27 | 9.62 | 0.43 | 0.52 |
| Hex | BA | 61 | 50 | 0 | 30 | 39 | 1B | A | 2B | 34 |
| Octal | 272 | 141 | 120 | 0 | 60 | 71 | 33 | 12 | 53 | 64 |
| Binary | 10111010 | 1100001 | 1010000 | 0 | 110000 | 111001 | 11011 | 1010 | 101011 | 110100 |
Color Harmonies of #BA6150
Complementary color
Monochromatic Colors of #BA6150
Black with #BA6150
Text Example
Text Example
White with #BA6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6150; }
p { color: rgb(186,97,80); }
H1.HeaderClassName
{
color: #BA6150;
}
.AnyTagClassName
{
color: #BA6150;
}
</style>
background-color css
<style>
a { background-color: #BA6150; }
a { background-color: rgb(186,97,80); }
div.DivClassName
{
background-color: #BA6150;
}
.BgClassName
{
background-color: #BA6150;
}
</style>
border-color css
<style>
span { border-color: #BA6150; }
span { border-color: rgb(186,97,80); }
td.TdClassName
{
border-color: #BA6150;
}
.TagClassName
{
border-color: #BA6150;
}
</style>