Shades of Flame Pea #BA5F40
Tints of Flame Pea #BA5F40
RGB
CMYK
RGB Variations
Color information
#BA5F40 (or 0xBA5F40) is known color: Flame Pea. HEX triplet: BA, 5F and 40. RGB value is (186,95,64). Sum of RGB (Red+Green+Blue) = 186+95+64=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F40 is #45A0BF. Grayscale: #767676. Windows color (decimal): -4563136 or 4218810. OLE color: 4218810.
HSL color Cylindrical-coordinate representation of color #BA5F40: hue angle of 15.25º 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 #BA5F40 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 64 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.27 |
| HSL | 15.25º | 0.49% | 0.49% | - |
| HSV(B) | 15.25º | 0.66% | 0.73% | - |
| XYZ | 25.27 | 18.99 | 7.18 | - |
| YUV | 118.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 64 | 0 | 0.49 | 0.66 | 0.27 | 15.25 | 0.49 | 0.49 |
| Hex | BA | 5F | 40 | 0 | 31 | 42 | 1B | F | 31 | 31 |
| Octal | 272 | 137 | 100 | 0 | 61 | 102 | 33 | 17 | 61 | 61 |
| Binary | 10111010 | 1011111 | 1000000 | 0 | 110001 | 1000010 | 11011 | 1111 | 110001 | 110001 |
Color Harmonies of #BA5F40
Complementary color
Monochromatic Colors of #BA5F40
Black with #BA5F40
Text Example
Text Example
White with #BA5F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F40; }
p { color: rgb(186,95,64); }
H1.HeaderClassName
{
color: #BA5F40;
}
.AnyTagClassName
{
color: #BA5F40;
}
</style>
background-color css
<style>
a { background-color: #BA5F40; }
a { background-color: rgb(186,95,64); }
div.DivClassName
{
background-color: #BA5F40;
}
.BgClassName
{
background-color: #BA5F40;
}
</style>
border-color css
<style>
span { border-color: #BA5F40; }
span { border-color: rgb(186,95,64); }
td.TdClassName
{
border-color: #BA5F40;
}
.TagClassName
{
border-color: #BA5F40;
}
</style>