Shades of Flame Pea #BA5B46
Tints of Flame Pea #BA5B46
RGB
CMYK
RGB Variations
Color information
#BA5B46 (or 0xBA5B46) is known color: Flame Pea. HEX triplet: BA, 5B and 46. RGB value is (186,91,70). Sum of RGB (Red+Green+Blue) = 186+91+70=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B46 is #45A4B9. Grayscale: #757575. Windows color (decimal): -4564154 or 4611002. OLE color: 4611002.
HSL color Cylindrical-coordinate representation of color #BA5B46: hue angle of 10.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5B46 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 70 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.27 |
| HSL | 10.86º | 0.46% | 0.5% | - |
| HSV(B) | 10.86º | 0.62% | 0.73% | - |
| XYZ | 25.1 | 18.36 | 8.02 | - |
| YUV | 117.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 70 | 0 | 0.51 | 0.62 | 0.27 | 10.86 | 0.46 | 0.5 |
| Hex | BA | 5B | 46 | 0 | 33 | 3E | 1B | B | 2E | 32 |
| Octal | 272 | 133 | 106 | 0 | 63 | 76 | 33 | 13 | 56 | 62 |
| Binary | 10111010 | 1011011 | 1000110 | 0 | 110011 | 111110 | 11011 | 1011 | 101110 | 110010 |
Color Harmonies of #BA5B46
Complementary color
Monochromatic Colors of #BA5B46
Black with #BA5B46
Text Example
Text Example
White with #BA5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B46; }
p { color: rgb(186,91,70); }
H1.HeaderClassName
{
color: #BA5B46;
}
.AnyTagClassName
{
color: #BA5B46;
}
</style>
background-color css
<style>
a { background-color: #BA5B46; }
a { background-color: rgb(186,91,70); }
div.DivClassName
{
background-color: #BA5B46;
}
.BgClassName
{
background-color: #BA5B46;
}
</style>
border-color css
<style>
span { border-color: #BA5B46; }
span { border-color: rgb(186,91,70); }
td.TdClassName
{
border-color: #BA5B46;
}
.TagClassName
{
border-color: #BA5B46;
}
</style>