Shades of Flame Pea #BA5B52
Tints of Flame Pea #BA5B52
RGB
CMYK
RGB Variations
Color information
#BA5B52 (or 0xBA5B52) is known color: Flame Pea. HEX triplet: BA, 5B and 52. RGB value is (186,91,82). Sum of RGB (Red+Green+Blue) = 186+91+82=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B52 is #45A4AD. Grayscale: #767676. Windows color (decimal): -4564142 or 5397434. OLE color: 5397434.
HSL color Cylindrical-coordinate representation of color #BA5B52: hue angle of 5.19º 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 #BA5B52 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 82 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.27 |
| HSL | 5.19º | 0.43% | 0.53% | - |
| HSV(B) | 5.19º | 0.56% | 0.73% | - |
| XYZ | 25.51 | 18.53 | 10.21 | - |
| YUV | 118.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 82 | 0 | 0.51 | 0.56 | 0.27 | 5.19 | 0.43 | 0.53 |
| Hex | BA | 5B | 52 | 0 | 33 | 38 | 1B | 5 | 2B | 35 |
| Octal | 272 | 133 | 122 | 0 | 63 | 70 | 33 | 5 | 53 | 65 |
| Binary | 10111010 | 1011011 | 1010010 | 0 | 110011 | 111000 | 11011 | 101 | 101011 | 110101 |
Color Harmonies of #BA5B52
Complementary color
Monochromatic Colors of #BA5B52
Black with #BA5B52
Text Example
Text Example
White with #BA5B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B52; }
p { color: rgb(186,91,82); }
H1.HeaderClassName
{
color: #BA5B52;
}
.AnyTagClassName
{
color: #BA5B52;
}
</style>
background-color css
<style>
a { background-color: #BA5B52; }
a { background-color: rgb(186,91,82); }
div.DivClassName
{
background-color: #BA5B52;
}
.BgClassName
{
background-color: #BA5B52;
}
</style>
border-color css
<style>
span { border-color: #BA5B52; }
span { border-color: rgb(186,91,82); }
td.TdClassName
{
border-color: #BA5B52;
}
.TagClassName
{
border-color: #BA5B52;
}
</style>