Shades of Flame Pea #BA6951
Tints of Flame Pea #BA6951
RGB
CMYK
RGB Variations
Color information
#BA6951 (or 0xBA6951) is known color: Flame Pea. HEX triplet: BA, 69 and 51. RGB value is (186,105,81). Sum of RGB (Red+Green+Blue) = 186+105+81=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6951 is #4596AE. Grayscale: #7E7E7E. Windows color (decimal): -4560559 or 5335482. OLE color: 5335482.
HSL color Cylindrical-coordinate representation of color #BA6951: hue angle of 13.71º 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 #BA6951 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 81 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.27 |
| HSL | 13.71º | 0.43% | 0.52% | - |
| HSV(B) | 13.71º | 0.56% | 0.73% | - |
| XYZ | 26.79 | 21.14 | 10.45 | - |
| YUV | 126.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 81 | 0 | 0.44 | 0.56 | 0.27 | 13.71 | 0.43 | 0.52 |
| Hex | BA | 69 | 51 | 0 | 2C | 38 | 1B | E | 2B | 34 |
| Octal | 272 | 151 | 121 | 0 | 54 | 70 | 33 | 16 | 53 | 64 |
| Binary | 10111010 | 1101001 | 1010001 | 0 | 101100 | 111000 | 11011 | 1110 | 101011 | 110100 |
Color Harmonies of #BA6951
Complementary color
Monochromatic Colors of #BA6951
Black with #BA6951
Text Example
Text Example
White with #BA6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6951; }
p { color: rgb(186,105,81); }
H1.HeaderClassName
{
color: #BA6951;
}
.AnyTagClassName
{
color: #BA6951;
}
</style>
background-color css
<style>
a { background-color: #BA6951; }
a { background-color: rgb(186,105,81); }
div.DivClassName
{
background-color: #BA6951;
}
.BgClassName
{
background-color: #BA6951;
}
</style>
border-color css
<style>
span { border-color: #BA6951; }
span { border-color: rgb(186,105,81); }
td.TdClassName
{
border-color: #BA6951;
}
.TagClassName
{
border-color: #BA6951;
}
</style>