Shades of Flame Pea #BA5D4C
Tints of Flame Pea #BA5D4C
RGB
CMYK
RGB Variations
Color information
#BA5D4C (or 0xBA5D4C) is known color: Flame Pea. HEX triplet: BA, 5D and 4C. RGB value is (186,93,76). Sum of RGB (Red+Green+Blue) = 186+93+76=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D4C is #45A2B3. Grayscale: #777777. Windows color (decimal): -4563636 or 5004730. OLE color: 5004730.
HSL color Cylindrical-coordinate representation of color #BA5D4C: hue angle of 9.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5D4C is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 76 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.27 |
| HSL | 9.27º | 0.44% | 0.51% | - |
| HSV(B) | 9.27º | 0.59% | 0.73% | - |
| XYZ | 25.47 | 18.79 | 9.12 | - |
| YUV | 118.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 76 | 0 | 0.5 | 0.59 | 0.27 | 9.27 | 0.44 | 0.51 |
| Hex | BA | 5D | 4C | 0 | 32 | 3B | 1B | 9 | 2C | 33 |
| Octal | 272 | 135 | 114 | 0 | 62 | 73 | 33 | 11 | 54 | 63 |
| Binary | 10111010 | 1011101 | 1001100 | 0 | 110010 | 111011 | 11011 | 1001 | 101100 | 110011 |
Color Harmonies of #BA5D4C
Complementary color
Monochromatic Colors of #BA5D4C
Black with #BA5D4C
Text Example
Text Example
White with #BA5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D4C; }
p { color: rgb(186,93,76); }
H1.HeaderClassName
{
color: #BA5D4C;
}
.AnyTagClassName
{
color: #BA5D4C;
}
</style>
background-color css
<style>
a { background-color: #BA5D4C; }
a { background-color: rgb(186,93,76); }
div.DivClassName
{
background-color: #BA5D4C;
}
.BgClassName
{
background-color: #BA5D4C;
}
</style>
border-color css
<style>
span { border-color: #BA5D4C; }
span { border-color: rgb(186,93,76); }
td.TdClassName
{
border-color: #BA5D4C;
}
.TagClassName
{
border-color: #BA5D4C;
}
</style>