Shades of Flame Pea #BA6652
Tints of Flame Pea #BA6652
RGB
CMYK
RGB Variations
Color information
#BA6652 (or 0xBA6652) is known color: Flame Pea. HEX triplet: BA, 66 and 52. RGB value is (186,102,82). Sum of RGB (Red+Green+Blue) = 186+102+82=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6652 is #4599AD. Grayscale: #7C7C7C. Windows color (decimal): -4561326 or 5400250. OLE color: 5400250.
HSL color Cylindrical-coordinate representation of color #BA6652: hue angle of 11.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6652 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 82 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.27 |
| HSL | 11.54º | 0.43% | 0.53% | - |
| HSV(B) | 11.54º | 0.56% | 0.73% | - |
| XYZ | 26.52 | 20.55 | 10.55 | - |
| YUV | 124.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 82 | 0 | 0.45 | 0.56 | 0.27 | 11.54 | 0.43 | 0.53 |
| Hex | BA | 66 | 52 | 0 | 2D | 38 | 1B | C | 2B | 35 |
| Octal | 272 | 146 | 122 | 0 | 55 | 70 | 33 | 14 | 53 | 65 |
| Binary | 10111010 | 1100110 | 1010010 | 0 | 101101 | 111000 | 11011 | 1100 | 101011 | 110101 |
Color Harmonies of #BA6652
Complementary color
Monochromatic Colors of #BA6652
Black with #BA6652
Text Example
Text Example
White with #BA6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6652; }
p { color: rgb(186,102,82); }
H1.HeaderClassName
{
color: #BA6652;
}
.AnyTagClassName
{
color: #BA6652;
}
</style>
background-color css
<style>
a { background-color: #BA6652; }
a { background-color: rgb(186,102,82); }
div.DivClassName
{
background-color: #BA6652;
}
.BgClassName
{
background-color: #BA6652;
}
</style>
border-color css
<style>
span { border-color: #BA6652; }
span { border-color: rgb(186,102,82); }
td.TdClassName
{
border-color: #BA6652;
}
.TagClassName
{
border-color: #BA6652;
}
</style>