Shades of Flame Pea #BA5B4B
Tints of Flame Pea #BA5B4B
RGB
CMYK
RGB Variations
Color information
#BA5B4B (or 0xBA5B4B) is known color: Flame Pea. HEX triplet: BA, 5B and 4B. RGB value is (186,91,75). Sum of RGB (Red+Green+Blue) = 186+91+75=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B4B is #45A4B4. Grayscale: #757575. Windows color (decimal): -4564149 or 4938682. OLE color: 4938682.
HSL color Cylindrical-coordinate representation of color #BA5B4B: hue angle of 8.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5B4B is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 75 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.27 |
| HSL | 8.65º | 0.45% | 0.51% | - |
| HSV(B) | 8.65º | 0.6% | 0.73% | - |
| XYZ | 25.26 | 18.43 | 8.88 | - |
| YUV | 117.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 75 | 0 | 0.51 | 0.60 | 0.27 | 8.65 | 0.45 | 0.51 |
| Hex | BA | 5B | 4B | 0 | 33 | 3C | 1B | 9 | 2D | 33 |
| Octal | 272 | 133 | 113 | 0 | 63 | 74 | 33 | 11 | 55 | 63 |
| Binary | 10111010 | 1011011 | 1001011 | 0 | 110011 | 111100 | 11011 | 1001 | 101101 | 110011 |
Color Harmonies of #BA5B4B
Complementary color
Monochromatic Colors of #BA5B4B
Black with #BA5B4B
Text Example
Text Example
White with #BA5B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B4B; }
p { color: rgb(186,91,75); }
H1.HeaderClassName
{
color: #BA5B4B;
}
.AnyTagClassName
{
color: #BA5B4B;
}
</style>
background-color css
<style>
a { background-color: #BA5B4B; }
a { background-color: rgb(186,91,75); }
div.DivClassName
{
background-color: #BA5B4B;
}
.BgClassName
{
background-color: #BA5B4B;
}
</style>
border-color css
<style>
span { border-color: #BA5B4B; }
span { border-color: rgb(186,91,75); }
td.TdClassName
{
border-color: #BA5B4B;
}
.TagClassName
{
border-color: #BA5B4B;
}
</style>