Shades of Flame Pea #BA5B40
Tints of Flame Pea #BA5B40
RGB
CMYK
RGB Variations
Color information
#BA5B40 (or 0xBA5B40) is known color: Flame Pea. HEX triplet: BA, 5B and 40. RGB value is (186,91,64). Sum of RGB (Red+Green+Blue) = 186+91+64=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B40 is #45A4BF. Grayscale: #747474. Windows color (decimal): -4564160 or 4217786. OLE color: 4217786.
HSL color Cylindrical-coordinate representation of color #BA5B40: hue angle of 13.28º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA5B40 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 64 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.27 |
| HSL | 13.28º | 0.49% | 0.49% | - |
| HSV(B) | 13.28º | 0.66% | 0.73% | - |
| XYZ | 24.92 | 18.29 | 7.07 | - |
| YUV | 116.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 64 | 0 | 0.51 | 0.66 | 0.27 | 13.28 | 0.49 | 0.49 |
| Hex | BA | 5B | 40 | 0 | 33 | 42 | 1B | D | 31 | 31 |
| Octal | 272 | 133 | 100 | 0 | 63 | 102 | 33 | 15 | 61 | 61 |
| Binary | 10111010 | 1011011 | 1000000 | 0 | 110011 | 1000010 | 11011 | 1101 | 110001 | 110001 |
Color Harmonies of #BA5B40
Complementary color
Monochromatic Colors of #BA5B40
Black with #BA5B40
Text Example
Text Example
White with #BA5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B40; }
p { color: rgb(186,91,64); }
H1.HeaderClassName
{
color: #BA5B40;
}
.AnyTagClassName
{
color: #BA5B40;
}
</style>
background-color css
<style>
a { background-color: #BA5B40; }
a { background-color: rgb(186,91,64); }
div.DivClassName
{
background-color: #BA5B40;
}
.BgClassName
{
background-color: #BA5B40;
}
</style>
border-color css
<style>
span { border-color: #BA5B40; }
span { border-color: rgb(186,91,64); }
td.TdClassName
{
border-color: #BA5B40;
}
.TagClassName
{
border-color: #BA5B40;
}
</style>