Shades of Flame Pea #BA6950
Tints of Flame Pea #BA6950
RGB
CMYK
RGB Variations
Color information
#BA6950 (or 0xBA6950) is known color: Flame Pea. HEX triplet: BA, 69 and 50. RGB value is (186,105,80). Sum of RGB (Red+Green+Blue) = 186+105+80=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6950 is #4596AF. Grayscale: #7E7E7E. Windows color (decimal): -4560560 or 5269946. OLE color: 5269946.
HSL color Cylindrical-coordinate representation of color #BA6950: hue angle of 14.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6950 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 80 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.27 |
| HSL | 14.15º | 0.43% | 0.52% | - |
| HSV(B) | 14.15º | 0.57% | 0.73% | - |
| XYZ | 26.75 | 21.12 | 10.26 | - |
| YUV | 126.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 80 | 0 | 0.44 | 0.57 | 0.27 | 14.15 | 0.43 | 0.52 |
| Hex | BA | 69 | 50 | 0 | 2C | 39 | 1B | E | 2B | 34 |
| Octal | 272 | 151 | 120 | 0 | 54 | 71 | 33 | 16 | 53 | 64 |
| Binary | 10111010 | 1101001 | 1010000 | 0 | 101100 | 111001 | 11011 | 1110 | 101011 | 110100 |
Color Harmonies of #BA6950
Complementary color
Monochromatic Colors of #BA6950
Black with #BA6950
Text Example
Text Example
White with #BA6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6950; }
p { color: rgb(186,105,80); }
H1.HeaderClassName
{
color: #BA6950;
}
.AnyTagClassName
{
color: #BA6950;
}
</style>
background-color css
<style>
a { background-color: #BA6950; }
a { background-color: rgb(186,105,80); }
div.DivClassName
{
background-color: #BA6950;
}
.BgClassName
{
background-color: #BA6950;
}
</style>
border-color css
<style>
span { border-color: #BA6950; }
span { border-color: rgb(186,105,80); }
td.TdClassName
{
border-color: #BA6950;
}
.TagClassName
{
border-color: #BA6950;
}
</style>