Shades of Flame Pea #BA583F
Tints of Flame Pea #BA583F
RGB
CMYK
RGB Variations
Color information
#BA583F (or 0xBA583F) is known color: Flame Pea. HEX triplet: BA, 58 and 3F. RGB value is (186,88,63). Sum of RGB (Red+Green+Blue) = 186+88+63=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA583F is #45A7C0. Grayscale: #727272. Windows color (decimal): -4564929 or 4151482. OLE color: 4151482.
HSL color Cylindrical-coordinate representation of color #BA583F: hue angle of 12.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA583F is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 63 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.27 |
| HSL | 12.2º | 0.49% | 0.49% | - |
| HSV(B) | 12.2º | 0.66% | 0.73% | - |
| XYZ | 24.64 | 17.78 | 6.84 | - |
| YUV | 114.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 63 | 0 | 0.53 | 0.66 | 0.27 | 12.2 | 0.49 | 0.49 |
| Hex | BA | 58 | 3F | 0 | 35 | 42 | 1B | C | 31 | 31 |
| Octal | 272 | 130 | 77 | 0 | 65 | 102 | 33 | 14 | 61 | 61 |
| Binary | 10111010 | 1011000 | 111111 | 0 | 110101 | 1000010 | 11011 | 1100 | 110001 | 110001 |
Color Harmonies of #BA583F
Complementary color
Monochromatic Colors of #BA583F
Black with #BA583F
Text Example
Text Example
White with #BA583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA583F; }
p { color: rgb(186,88,63); }
H1.HeaderClassName
{
color: #BA583F;
}
.AnyTagClassName
{
color: #BA583F;
}
</style>
background-color css
<style>
a { background-color: #BA583F; }
a { background-color: rgb(186,88,63); }
div.DivClassName
{
background-color: #BA583F;
}
.BgClassName
{
background-color: #BA583F;
}
</style>
border-color css
<style>
span { border-color: #BA583F; }
span { border-color: rgb(186,88,63); }
td.TdClassName
{
border-color: #BA583F;
}
.TagClassName
{
border-color: #BA583F;
}
</style>