Shades of Flame Pea #BA5F47
Tints of Flame Pea #BA5F47
RGB
CMYK
RGB Variations
Color information
#BA5F47 (or 0xBA5F47) is known color: Flame Pea. HEX triplet: BA, 5F and 47. RGB value is (186,95,71). Sum of RGB (Red+Green+Blue) = 186+95+71=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F47 is #45A0B8. Grayscale: #777777. Windows color (decimal): -4563129 or 4677562. OLE color: 4677562.
HSL color Cylindrical-coordinate representation of color #BA5F47: hue angle of 12.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5F47 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 71 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.27 |
| HSL | 12.52º | 0.45% | 0.5% | - |
| HSV(B) | 12.52º | 0.62% | 0.73% | - |
| XYZ | 25.48 | 19.08 | 8.3 | - |
| YUV | 119.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 71 | 0 | 0.49 | 0.62 | 0.27 | 12.52 | 0.45 | 0.5 |
| Hex | BA | 5F | 47 | 0 | 31 | 3E | 1B | D | 2D | 32 |
| Octal | 272 | 137 | 107 | 0 | 61 | 76 | 33 | 15 | 55 | 62 |
| Binary | 10111010 | 1011111 | 1000111 | 0 | 110001 | 111110 | 11011 | 1101 | 101101 | 110010 |
Color Harmonies of #BA5F47
Complementary color
Monochromatic Colors of #BA5F47
Black with #BA5F47
Text Example
Text Example
White with #BA5F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F47; }
p { color: rgb(186,95,71); }
H1.HeaderClassName
{
color: #BA5F47;
}
.AnyTagClassName
{
color: #BA5F47;
}
</style>
background-color css
<style>
a { background-color: #BA5F47; }
a { background-color: rgb(186,95,71); }
div.DivClassName
{
background-color: #BA5F47;
}
.BgClassName
{
background-color: #BA5F47;
}
</style>
border-color css
<style>
span { border-color: #BA5F47; }
span { border-color: rgb(186,95,71); }
td.TdClassName
{
border-color: #BA5F47;
}
.TagClassName
{
border-color: #BA5F47;
}
</style>