Shades of Flame Pea #BA6153
Tints of Flame Pea #BA6153
RGB
CMYK
RGB Variations
Color information
#BA6153 (or 0xBA6153) is known color: Flame Pea. HEX triplet: BA, 61 and 53. RGB value is (186,97,83). Sum of RGB (Red+Green+Blue) = 186+97+83=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6153 is #459EAC. Grayscale: #7A7A7A. Windows color (decimal): -4562605 or 5464506. OLE color: 5464506.
HSL color Cylindrical-coordinate representation of color #BA6153: hue angle of 8.16º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6153 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 83 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.27 |
| HSL | 8.16º | 0.43% | 0.53% | - |
| HSV(B) | 8.16º | 0.55% | 0.73% | - |
| XYZ | 26.09 | 19.61 | 10.59 | - |
| YUV | 122.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 83 | 0 | 0.48 | 0.55 | 0.27 | 8.16 | 0.43 | 0.53 |
| Hex | BA | 61 | 53 | 0 | 30 | 37 | 1B | 8 | 2B | 35 |
| Octal | 272 | 141 | 123 | 0 | 60 | 67 | 33 | 10 | 53 | 65 |
| Binary | 10111010 | 1100001 | 1010011 | 0 | 110000 | 110111 | 11011 | 1000 | 101011 | 110101 |
Color Harmonies of #BA6153
Complementary color
Monochromatic Colors of #BA6153
Black with #BA6153
Text Example
Text Example
White with #BA6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6153; }
p { color: rgb(186,97,83); }
H1.HeaderClassName
{
color: #BA6153;
}
.AnyTagClassName
{
color: #BA6153;
}
</style>
background-color css
<style>
a { background-color: #BA6153; }
a { background-color: rgb(186,97,83); }
div.DivClassName
{
background-color: #BA6153;
}
.BgClassName
{
background-color: #BA6153;
}
</style>
border-color css
<style>
span { border-color: #BA6153; }
span { border-color: rgb(186,97,83); }
td.TdClassName
{
border-color: #BA6153;
}
.TagClassName
{
border-color: #BA6153;
}
</style>