Shades of Flame Pea #BA563E
Tints of Flame Pea #BA563E
RGB
CMYK
RGB Variations
Color information
#BA563E (or 0xBA563E) is known color: Flame Pea. HEX triplet: BA, 56 and 3E. RGB value is (186,86,62). Sum of RGB (Red+Green+Blue) = 186+86+62=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA563E is #45A9C1. Grayscale: #717171. Windows color (decimal): -4565442 or 4085434. OLE color: 4085434.
HSL color Cylindrical-coordinate representation of color #BA563E: hue angle of 11.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA563E is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 62 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.27 |
| HSL | 11.61º | 0.5% | 0.49% | - |
| HSV(B) | 11.61º | 0.67% | 0.73% | - |
| XYZ | 24.45 | 17.44 | 6.64 | - |
| YUV | 113.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 62 | 0 | 0.54 | 0.67 | 0.27 | 11.61 | 0.5 | 0.49 |
| Hex | BA | 56 | 3E | 0 | 36 | 43 | 1B | C | 32 | 31 |
| Octal | 272 | 126 | 76 | 0 | 66 | 103 | 33 | 14 | 62 | 61 |
| Binary | 10111010 | 1010110 | 111110 | 0 | 110110 | 1000011 | 11011 | 1100 | 110010 | 110001 |
Color Harmonies of #BA563E
Complementary color
Monochromatic Colors of #BA563E
Black with #BA563E
Text Example
Text Example
White with #BA563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA563E; }
p { color: rgb(186,86,62); }
H1.HeaderClassName
{
color: #BA563E;
}
.AnyTagClassName
{
color: #BA563E;
}
</style>
background-color css
<style>
a { background-color: #BA563E; }
a { background-color: rgb(186,86,62); }
div.DivClassName
{
background-color: #BA563E;
}
.BgClassName
{
background-color: #BA563E;
}
</style>
border-color css
<style>
span { border-color: #BA563E; }
span { border-color: rgb(186,86,62); }
td.TdClassName
{
border-color: #BA563E;
}
.TagClassName
{
border-color: #BA563E;
}
</style>