Shades of Flame Pea #BA654F
Tints of Flame Pea #BA654F
RGB
CMYK
RGB Variations
Color information
#BA654F (or 0xBA654F) is known color: Flame Pea. HEX triplet: BA, 65 and 4F. RGB value is (186,101,79). Sum of RGB (Red+Green+Blue) = 186+101+79=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA654F is #459AB0. Grayscale: #7C7C7C. Windows color (decimal): -4561585 or 5203386. OLE color: 5203386.
HSL color Cylindrical-coordinate representation of color #BA654F: hue angle of 12.34º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA654F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 79 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.27 |
| HSL | 12.34º | 0.44% | 0.52% | - |
| HSV(B) | 12.34º | 0.58% | 0.73% | - |
| XYZ | 26.31 | 20.31 | 9.93 | - |
| YUV | 123.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 79 | 0 | 0.46 | 0.58 | 0.27 | 12.34 | 0.44 | 0.52 |
| Hex | BA | 65 | 4F | 0 | 2E | 3A | 1B | C | 2C | 34 |
| Octal | 272 | 145 | 117 | 0 | 56 | 72 | 33 | 14 | 54 | 64 |
| Binary | 10111010 | 1100101 | 1001111 | 0 | 101110 | 111010 | 11011 | 1100 | 101100 | 110100 |
Color Harmonies of #BA654F
Complementary color
Monochromatic Colors of #BA654F
Black with #BA654F
Text Example
Text Example
White with #BA654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA654F; }
p { color: rgb(186,101,79); }
H1.HeaderClassName
{
color: #BA654F;
}
.AnyTagClassName
{
color: #BA654F;
}
</style>
background-color css
<style>
a { background-color: #BA654F; }
a { background-color: rgb(186,101,79); }
div.DivClassName
{
background-color: #BA654F;
}
.BgClassName
{
background-color: #BA654F;
}
</style>
border-color css
<style>
span { border-color: #BA654F; }
span { border-color: rgb(186,101,79); }
td.TdClassName
{
border-color: #BA654F;
}
.TagClassName
{
border-color: #BA654F;
}
</style>