Shades of Flame Pea #BA5B50
Tints of Flame Pea #BA5B50
RGB
CMYK
RGB Variations
Color information
#BA5B50 (or 0xBA5B50) is known color: Flame Pea. HEX triplet: BA, 5B and 50. RGB value is (186,91,80). Sum of RGB (Red+Green+Blue) = 186+91+80=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B50 is #45A4AF. Grayscale: #767676. Windows color (decimal): -4564144 or 5266362. OLE color: 5266362.
HSL color Cylindrical-coordinate representation of color #BA5B50: hue angle of 6.23º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5B50 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 80 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.27 |
| HSL | 6.23º | 0.43% | 0.52% | - |
| HSV(B) | 6.23º | 0.57% | 0.73% | - |
| XYZ | 25.44 | 18.5 | 9.82 | - |
| YUV | 118.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 80 | 0 | 0.51 | 0.57 | 0.27 | 6.23 | 0.43 | 0.52 |
| Hex | BA | 5B | 50 | 0 | 33 | 39 | 1B | 6 | 2B | 34 |
| Octal | 272 | 133 | 120 | 0 | 63 | 71 | 33 | 6 | 53 | 64 |
| Binary | 10111010 | 1011011 | 1010000 | 0 | 110011 | 111001 | 11011 | 110 | 101011 | 110100 |
Color Harmonies of #BA5B50
Complementary color
Monochromatic Colors of #BA5B50
Black with #BA5B50
Text Example
Text Example
White with #BA5B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B50; }
p { color: rgb(186,91,80); }
H1.HeaderClassName
{
color: #BA5B50;
}
.AnyTagClassName
{
color: #BA5B50;
}
</style>
background-color css
<style>
a { background-color: #BA5B50; }
a { background-color: rgb(186,91,80); }
div.DivClassName
{
background-color: #BA5B50;
}
.BgClassName
{
background-color: #BA5B50;
}
</style>
border-color css
<style>
span { border-color: #BA5B50; }
span { border-color: rgb(186,91,80); }
td.TdClassName
{
border-color: #BA5B50;
}
.TagClassName
{
border-color: #BA5B50;
}
</style>