Shades of Flame Pea #BA5E4A
Tints of Flame Pea #BA5E4A
RGB
CMYK
RGB Variations
Color information
#BA5E4A (or 0xBA5E4A) is known color: Flame Pea. HEX triplet: BA, 5E and 4A. RGB value is (186,94,74). Sum of RGB (Red+Green+Blue) = 186+94+74=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E4A is #45A1B5. Grayscale: #777777. Windows color (decimal): -4563382 or 4873914. OLE color: 4873914.
HSL color Cylindrical-coordinate representation of color #BA5E4A: hue angle of 10.71º 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 #BA5E4A is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 74 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.27 |
| HSL | 10.71º | 0.45% | 0.51% | - |
| HSV(B) | 10.71º | 0.6% | 0.73% | - |
| XYZ | 25.49 | 18.94 | 8.79 | - |
| YUV | 119.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 74 | 0 | 0.49 | 0.60 | 0.27 | 10.71 | 0.45 | 0.51 |
| Hex | BA | 5E | 4A | 0 | 31 | 3C | 1B | B | 2D | 33 |
| Octal | 272 | 136 | 112 | 0 | 61 | 74 | 33 | 13 | 55 | 63 |
| Binary | 10111010 | 1011110 | 1001010 | 0 | 110001 | 111100 | 11011 | 1011 | 101101 | 110011 |
Color Harmonies of #BA5E4A
Complementary color
Monochromatic Colors of #BA5E4A
Black with #BA5E4A
Text Example
Text Example
White with #BA5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E4A; }
p { color: rgb(186,94,74); }
H1.HeaderClassName
{
color: #BA5E4A;
}
.AnyTagClassName
{
color: #BA5E4A;
}
</style>
background-color css
<style>
a { background-color: #BA5E4A; }
a { background-color: rgb(186,94,74); }
div.DivClassName
{
background-color: #BA5E4A;
}
.BgClassName
{
background-color: #BA5E4A;
}
</style>
border-color css
<style>
span { border-color: #BA5E4A; }
span { border-color: rgb(186,94,74); }
td.TdClassName
{
border-color: #BA5E4A;
}
.TagClassName
{
border-color: #BA5E4A;
}
</style>