Shades of Flame Pea #BA5D41
Tints of Flame Pea #BA5D41
RGB
CMYK
RGB Variations
Color information
#BA5D41 (or 0xBA5D41) is known color: Flame Pea. HEX triplet: BA, 5D and 41. RGB value is (186,93,65). Sum of RGB (Red+Green+Blue) = 186+93+65=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D41 is #45A2BE. Grayscale: #757575. Windows color (decimal): -4563647 or 4283834. OLE color: 4283834.
HSL color Cylindrical-coordinate representation of color #BA5D41: hue angle of 13.88º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA5D41 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 93 | 65 | - |
CMYK | 0 | 0.5 | 0.65 | 0.27 |
HSL | 13.88º | 0.48% | 0.49% | - |
HSV(B) | 13.88º | 0.65% | 0.73% | - |
XYZ | 25.12 | 18.65 | 7.28 | - |
YUV | 117.62 | 98.31 | 176.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 93 | 65 | 0 | 0.5 | 0.65 | 0.27 | 13.88 | 0.48 | 0.49 |
Hex | BA | 5D | 41 | 0 | 32 | 41 | 1B | E | 30 | 31 |
Octal | 272 | 135 | 101 | 0 | 62 | 101 | 33 | 16 | 60 | 61 |
Binary | 10111010 | 1011101 | 1000001 | 0 | 110010 | 1000001 | 11011 | 1110 | 110000 | 110001 |
Color Harmonies of #BA5D41
Complementary color
Monochromatic Colors of #BA5D41
Black with #BA5D41
Text Example
Text Example
White with #BA5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D41; }
p { color: rgb(186,93,65); }
H1.HeaderClassName
{
color: #BA5D41;
}
.AnyTagClassName
{
color: #BA5D41;
}
</style>
background-color css
<style>
a { background-color: #BA5D41; }
a { background-color: rgb(186,93,65); }
div.DivClassName
{
background-color: #BA5D41;
}
.BgClassName
{
background-color: #BA5D41;
}
</style>
border-color css
<style>
span { border-color: #BA5D41; }
span { border-color: rgb(186,93,65); }
td.TdClassName
{
border-color: #BA5D41;
}
.TagClassName
{
border-color: #BA5D41;
}
</style>