Shades of Flame Pea #BA5F43
Tints of Flame Pea #BA5F43
RGB
CMYK
RGB Variations
Color information
#BA5F43 (or 0xBA5F43) is known color: Flame Pea. HEX triplet: BA, 5F and 43. RGB value is (186,95,67). Sum of RGB (Red+Green+Blue) = 186+95+67=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F43 is #45A0BC. Grayscale: #777777. Windows color (decimal): -4563133 or 4415418. OLE color: 4415418.
HSL color Cylindrical-coordinate representation of color #BA5F43: hue angle of 14.12º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5F43 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 67 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.27 |
| HSL | 14.12º | 0.47% | 0.5% | - |
| HSV(B) | 14.12º | 0.64% | 0.73% | - |
| XYZ | 25.36 | 19.03 | 7.65 | - |
| YUV | 119.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 67 | 0 | 0.49 | 0.64 | 0.27 | 14.12 | 0.47 | 0.5 |
| Hex | BA | 5F | 43 | 0 | 31 | 40 | 1B | E | 2F | 32 |
| Octal | 272 | 137 | 103 | 0 | 61 | 100 | 33 | 16 | 57 | 62 |
| Binary | 10111010 | 1011111 | 1000011 | 0 | 110001 | 1000000 | 11011 | 1110 | 101111 | 110010 |
Color Harmonies of #BA5F43
Complementary color
Monochromatic Colors of #BA5F43
Black with #BA5F43
Text Example
Text Example
White with #BA5F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F43; }
p { color: rgb(186,95,67); }
H1.HeaderClassName
{
color: #BA5F43;
}
.AnyTagClassName
{
color: #BA5F43;
}
</style>
background-color css
<style>
a { background-color: #BA5F43; }
a { background-color: rgb(186,95,67); }
div.DivClassName
{
background-color: #BA5F43;
}
.BgClassName
{
background-color: #BA5F43;
}
</style>
border-color css
<style>
span { border-color: #BA5F43; }
span { border-color: rgb(186,95,67); }
td.TdClassName
{
border-color: #BA5F43;
}
.TagClassName
{
border-color: #BA5F43;
}
</style>