Shades of Flame Pea #BA6751
Tints of Flame Pea #BA6751
RGB
CMYK
RGB Variations
Color information
#BA6751 (or 0xBA6751) is known color: Flame Pea. HEX triplet: BA, 67 and 51. RGB value is (186,103,81). Sum of RGB (Red+Green+Blue) = 186+103+81=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6751 is #4598AE. Grayscale: #7D7D7D. Windows color (decimal): -4561071 or 5334970. OLE color: 5334970.
HSL color Cylindrical-coordinate representation of color #BA6751: hue angle of 12.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6751 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 81 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.27 |
| HSL | 12.57º | 0.43% | 0.52% | - |
| HSV(B) | 12.57º | 0.56% | 0.73% | - |
| XYZ | 26.59 | 20.73 | 10.39 | - |
| YUV | 125.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 81 | 0 | 0.45 | 0.56 | 0.27 | 12.57 | 0.43 | 0.52 |
| Hex | BA | 67 | 51 | 0 | 2D | 38 | 1B | D | 2B | 34 |
| Octal | 272 | 147 | 121 | 0 | 55 | 70 | 33 | 15 | 53 | 64 |
| Binary | 10111010 | 1100111 | 1010001 | 0 | 101101 | 111000 | 11011 | 1101 | 101011 | 110100 |
Color Harmonies of #BA6751
Complementary color
Monochromatic Colors of #BA6751
Black with #BA6751
Text Example
Text Example
White with #BA6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6751; }
p { color: rgb(186,103,81); }
H1.HeaderClassName
{
color: #BA6751;
}
.AnyTagClassName
{
color: #BA6751;
}
</style>
background-color css
<style>
a { background-color: #BA6751; }
a { background-color: rgb(186,103,81); }
div.DivClassName
{
background-color: #BA6751;
}
.BgClassName
{
background-color: #BA6751;
}
</style>
border-color css
<style>
span { border-color: #BA6751; }
span { border-color: rgb(186,103,81); }
td.TdClassName
{
border-color: #BA6751;
}
.TagClassName
{
border-color: #BA6751;
}
</style>