Shades of Flame Pea #BA644B
Tints of Flame Pea #BA644B
RGB
CMYK
RGB Variations
Color information
#BA644B (or 0xBA644B) is known color: Flame Pea. HEX triplet: BA, 64 and 4B. RGB value is (186,100,75). Sum of RGB (Red+Green+Blue) = 186+100+75=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA644B is #459BB4. Grayscale: #7B7B7B. Windows color (decimal): -4561845 or 4940986. OLE color: 4940986.
HSL color Cylindrical-coordinate representation of color #BA644B: hue angle of 13.51º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA644B is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 75 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.27 |
| HSL | 13.51º | 0.45% | 0.51% | - |
| HSV(B) | 13.51º | 0.6% | 0.73% | - |
| XYZ | 26.08 | 20.06 | 9.15 | - |
| YUV | 122.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 75 | 0 | 0.46 | 0.60 | 0.27 | 13.51 | 0.45 | 0.51 |
| Hex | BA | 64 | 4B | 0 | 2E | 3C | 1B | E | 2D | 33 |
| Octal | 272 | 144 | 113 | 0 | 56 | 74 | 33 | 16 | 55 | 63 |
| Binary | 10111010 | 1100100 | 1001011 | 0 | 101110 | 111100 | 11011 | 1110 | 101101 | 110011 |
Color Harmonies of #BA644B
Complementary color
Monochromatic Colors of #BA644B
Black with #BA644B
Text Example
Text Example
White with #BA644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA644B; }
p { color: rgb(186,100,75); }
H1.HeaderClassName
{
color: #BA644B;
}
.AnyTagClassName
{
color: #BA644B;
}
</style>
background-color css
<style>
a { background-color: #BA644B; }
a { background-color: rgb(186,100,75); }
div.DivClassName
{
background-color: #BA644B;
}
.BgClassName
{
background-color: #BA644B;
}
</style>
border-color css
<style>
span { border-color: #BA644B; }
span { border-color: rgb(186,100,75); }
td.TdClassName
{
border-color: #BA644B;
}
.TagClassName
{
border-color: #BA644B;
}
</style>