Shades of Flame Pea #BA6953
Tints of Flame Pea #BA6953
RGB
CMYK
RGB Variations
Color information
#BA6953 (or 0xBA6953) is known color: Flame Pea. HEX triplet: BA, 69 and 53. RGB value is (186,105,83). Sum of RGB (Red+Green+Blue) = 186+105+83=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6953 is #4596AC. Grayscale: #7E7E7E. Windows color (decimal): -4560557 or 5466554. OLE color: 5466554.
HSL color Cylindrical-coordinate representation of color #BA6953: hue angle of 12.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6953 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 83 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.27 |
| HSL | 12.82º | 0.43% | 0.53% | - |
| HSV(B) | 12.82º | 0.55% | 0.73% | - |
| XYZ | 26.86 | 21.17 | 10.85 | - |
| YUV | 126.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 83 | 0 | 0.44 | 0.55 | 0.27 | 12.82 | 0.43 | 0.53 |
| Hex | BA | 69 | 53 | 0 | 2C | 37 | 1B | D | 2B | 35 |
| Octal | 272 | 151 | 123 | 0 | 54 | 67 | 33 | 15 | 53 | 65 |
| Binary | 10111010 | 1101001 | 1010011 | 0 | 101100 | 110111 | 11011 | 1101 | 101011 | 110101 |
Color Harmonies of #BA6953
Complementary color
Monochromatic Colors of #BA6953
Black with #BA6953
Text Example
Text Example
White with #BA6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6953; }
p { color: rgb(186,105,83); }
H1.HeaderClassName
{
color: #BA6953;
}
.AnyTagClassName
{
color: #BA6953;
}
</style>
background-color css
<style>
a { background-color: #BA6953; }
a { background-color: rgb(186,105,83); }
div.DivClassName
{
background-color: #BA6953;
}
.BgClassName
{
background-color: #BA6953;
}
</style>
border-color css
<style>
span { border-color: #BA6953; }
span { border-color: rgb(186,105,83); }
td.TdClassName
{
border-color: #BA6953;
}
.TagClassName
{
border-color: #BA6953;
}
</style>