Shades of Flame Pea #BA5A4A
Tints of Flame Pea #BA5A4A
RGB
CMYK
RGB Variations
Color information
#BA5A4A (or 0xBA5A4A) is known color: Flame Pea. HEX triplet: BA, 5A and 4A. RGB value is (186,90,74). Sum of RGB (Red+Green+Blue) = 186+90+74=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A4A is #45A5B5. Grayscale: #757575. Windows color (decimal): -4564406 or 4872890. OLE color: 4872890.
HSL color Cylindrical-coordinate representation of color #BA5A4A: hue angle of 8.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5A4A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 74 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.27 |
| HSL | 8.57º | 0.45% | 0.51% | - |
| HSV(B) | 8.57º | 0.6% | 0.73% | - |
| XYZ | 25.14 | 18.25 | 8.68 | - |
| YUV | 116.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 74 | 0 | 0.52 | 0.60 | 0.27 | 8.57 | 0.45 | 0.51 |
| Hex | BA | 5A | 4A | 0 | 34 | 3C | 1B | 9 | 2D | 33 |
| Octal | 272 | 132 | 112 | 0 | 64 | 74 | 33 | 11 | 55 | 63 |
| Binary | 10111010 | 1011010 | 1001010 | 0 | 110100 | 111100 | 11011 | 1001 | 101101 | 110011 |
Color Harmonies of #BA5A4A
Complementary color
Monochromatic Colors of #BA5A4A
Black with #BA5A4A
Text Example
Text Example
White with #BA5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A4A; }
p { color: rgb(186,90,74); }
H1.HeaderClassName
{
color: #BA5A4A;
}
.AnyTagClassName
{
color: #BA5A4A;
}
</style>
background-color css
<style>
a { background-color: #BA5A4A; }
a { background-color: rgb(186,90,74); }
div.DivClassName
{
background-color: #BA5A4A;
}
.BgClassName
{
background-color: #BA5A4A;
}
</style>
border-color css
<style>
span { border-color: #BA5A4A; }
span { border-color: rgb(186,90,74); }
td.TdClassName
{
border-color: #BA5A4A;
}
.TagClassName
{
border-color: #BA5A4A;
}
</style>