Shades of Flame Pea #BA5948
Tints of Flame Pea #BA5948
RGB
CMYK
RGB Variations
Color information
#BA5948 (or 0xBA5948) is known color: Flame Pea. HEX triplet: BA, 59 and 48. RGB value is (186,89,72). Sum of RGB (Red+Green+Blue) = 186+89+72=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5948 is #45A6B7. Grayscale: #747474. Windows color (decimal): -4564664 or 4741562. OLE color: 4741562.
HSL color Cylindrical-coordinate representation of color #BA5948: hue angle of 8.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5948 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 72 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.27 |
| HSL | 8.95º | 0.45% | 0.51% | - |
| HSV(B) | 8.95º | 0.61% | 0.73% | - |
| XYZ | 24.99 | 18.05 | 8.3 | - |
| YUV | 116.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 72 | 0 | 0.52 | 0.61 | 0.27 | 8.95 | 0.45 | 0.51 |
| Hex | BA | 59 | 48 | 0 | 34 | 3D | 1B | 9 | 2D | 33 |
| Octal | 272 | 131 | 110 | 0 | 64 | 75 | 33 | 11 | 55 | 63 |
| Binary | 10111010 | 1011001 | 1001000 | 0 | 110100 | 111101 | 11011 | 1001 | 101101 | 110011 |
Color Harmonies of #BA5948
Complementary color
Monochromatic Colors of #BA5948
Black with #BA5948
Text Example
Text Example
White with #BA5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5948; }
p { color: rgb(186,89,72); }
H1.HeaderClassName
{
color: #BA5948;
}
.AnyTagClassName
{
color: #BA5948;
}
</style>
background-color css
<style>
a { background-color: #BA5948; }
a { background-color: rgb(186,89,72); }
div.DivClassName
{
background-color: #BA5948;
}
.BgClassName
{
background-color: #BA5948;
}
</style>
border-color css
<style>
span { border-color: #BA5948; }
span { border-color: rgb(186,89,72); }
td.TdClassName
{
border-color: #BA5948;
}
.TagClassName
{
border-color: #BA5948;
}
</style>