Shades of Flame Pea #BA5F4D
Tints of Flame Pea #BA5F4D
RGB
CMYK
RGB Variations
Color information
#BA5F4D (or 0xBA5F4D) is known color: Flame Pea. HEX triplet: BA, 5F and 4D. RGB value is (186,95,77). Sum of RGB (Red+Green+Blue) = 186+95+77=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F4D is #45A0B2. Grayscale: #787878. Windows color (decimal): -4563123 or 5070778. OLE color: 5070778.
HSL color Cylindrical-coordinate representation of color #BA5F4D: hue angle of 9.91º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5F4D is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 77 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.27 |
| HSL | 9.91º | 0.44% | 0.52% | - |
| HSV(B) | 9.91º | 0.59% | 0.73% | - |
| XYZ | 25.68 | 19.16 | 9.37 | - |
| YUV | 120.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 77 | 0 | 0.49 | 0.59 | 0.27 | 9.91 | 0.44 | 0.52 |
| Hex | BA | 5F | 4D | 0 | 31 | 3B | 1B | A | 2C | 34 |
| Octal | 272 | 137 | 115 | 0 | 61 | 73 | 33 | 12 | 54 | 64 |
| Binary | 10111010 | 1011111 | 1001101 | 0 | 110001 | 111011 | 11011 | 1010 | 101100 | 110100 |
Color Harmonies of #BA5F4D
Complementary color
Monochromatic Colors of #BA5F4D
Black with #BA5F4D
Text Example
Text Example
White with #BA5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F4D; }
p { color: rgb(186,95,77); }
H1.HeaderClassName
{
color: #BA5F4D;
}
.AnyTagClassName
{
color: #BA5F4D;
}
</style>
background-color css
<style>
a { background-color: #BA5F4D; }
a { background-color: rgb(186,95,77); }
div.DivClassName
{
background-color: #BA5F4D;
}
.BgClassName
{
background-color: #BA5F4D;
}
</style>
border-color css
<style>
span { border-color: #BA5F4D; }
span { border-color: rgb(186,95,77); }
td.TdClassName
{
border-color: #BA5F4D;
}
.TagClassName
{
border-color: #BA5F4D;
}
</style>