Shades of Flame Pea #BA644F
Tints of Flame Pea #BA644F
RGB
CMYK
RGB Variations
Color information
#BA644F (or 0xBA644F) is known color: Flame Pea. HEX triplet: BA, 64 and 4F. RGB value is (186,100,79). Sum of RGB (Red+Green+Blue) = 186+100+79=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA644F is #459BB0. Grayscale: #7B7B7B. Windows color (decimal): -4561841 or 5203130. OLE color: 5203130.
HSL color Cylindrical-coordinate representation of color #BA644F: hue angle of 11.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA644F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 79 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.27 |
| HSL | 11.78º | 0.44% | 0.52% | - |
| HSV(B) | 11.78º | 0.58% | 0.73% | - |
| XYZ | 26.22 | 20.12 | 9.9 | - |
| YUV | 123.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 79 | 0 | 0.46 | 0.58 | 0.27 | 11.78 | 0.44 | 0.52 |
| Hex | BA | 64 | 4F | 0 | 2E | 3A | 1B | C | 2C | 34 |
| Octal | 272 | 144 | 117 | 0 | 56 | 72 | 33 | 14 | 54 | 64 |
| Binary | 10111010 | 1100100 | 1001111 | 0 | 101110 | 111010 | 11011 | 1100 | 101100 | 110100 |
Color Harmonies of #BA644F
Complementary color
Monochromatic Colors of #BA644F
Black with #BA644F
Text Example
Text Example
White with #BA644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA644F; }
p { color: rgb(186,100,79); }
H1.HeaderClassName
{
color: #BA644F;
}
.AnyTagClassName
{
color: #BA644F;
}
</style>
background-color css
<style>
a { background-color: #BA644F; }
a { background-color: rgb(186,100,79); }
div.DivClassName
{
background-color: #BA644F;
}
.BgClassName
{
background-color: #BA644F;
}
</style>
border-color css
<style>
span { border-color: #BA644F; }
span { border-color: rgb(186,100,79); }
td.TdClassName
{
border-color: #BA644F;
}
.TagClassName
{
border-color: #BA644F;
}
</style>