Shades of Flame Pea #BA5D52
Tints of Flame Pea #BA5D52
RGB
CMYK
RGB Variations
Color information
#BA5D52 (or 0xBA5D52) is known color: Flame Pea. HEX triplet: BA, 5D and 52. RGB value is (186,93,82). Sum of RGB (Red+Green+Blue) = 186+93+82=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D52 is #45A2AD. Grayscale: #777777. Windows color (decimal): -4563630 or 5397946. OLE color: 5397946.
HSL color Cylindrical-coordinate representation of color #BA5D52: hue angle of 6.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5D52 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 82 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.27 |
| HSL | 6.35º | 0.43% | 0.53% | - |
| HSV(B) | 6.35º | 0.56% | 0.73% | - |
| XYZ | 25.69 | 18.88 | 10.27 | - |
| YUV | 119.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 82 | 0 | 0.5 | 0.56 | 0.27 | 6.35 | 0.43 | 0.53 |
| Hex | BA | 5D | 52 | 0 | 32 | 38 | 1B | 6 | 2B | 35 |
| Octal | 272 | 135 | 122 | 0 | 62 | 70 | 33 | 6 | 53 | 65 |
| Binary | 10111010 | 1011101 | 1010010 | 0 | 110010 | 111000 | 11011 | 110 | 101011 | 110101 |
Color Harmonies of #BA5D52
Complementary color
Monochromatic Colors of #BA5D52
Black with #BA5D52
Text Example
Text Example
White with #BA5D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D52; }
p { color: rgb(186,93,82); }
H1.HeaderClassName
{
color: #BA5D52;
}
.AnyTagClassName
{
color: #BA5D52;
}
</style>
background-color css
<style>
a { background-color: #BA5D52; }
a { background-color: rgb(186,93,82); }
div.DivClassName
{
background-color: #BA5D52;
}
.BgClassName
{
background-color: #BA5D52;
}
</style>
border-color css
<style>
span { border-color: #BA5D52; }
span { border-color: rgb(186,93,82); }
td.TdClassName
{
border-color: #BA5D52;
}
.TagClassName
{
border-color: #BA5D52;
}
</style>