Shades of Flame Pea #BA5F4B
Tints of Flame Pea #BA5F4B
RGB
CMYK
RGB Variations
Color information
#BA5F4B (or 0xBA5F4B) is known color: Flame Pea. HEX triplet: BA, 5F and 4B. RGB value is (186,95,75). Sum of RGB (Red+Green+Blue) = 186+95+75=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F4B is #45A0B4. Grayscale: #787878. Windows color (decimal): -4563125 or 4939706. OLE color: 4939706.
HSL color Cylindrical-coordinate representation of color #BA5F4B: hue angle of 10.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5F4B is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 75 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.27 |
| HSL | 10.81º | 0.45% | 0.51% | - |
| HSV(B) | 10.81º | 0.6% | 0.73% | - |
| XYZ | 25.61 | 19.13 | 9 | - |
| YUV | 119.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 75 | 0 | 0.49 | 0.60 | 0.27 | 10.81 | 0.45 | 0.51 |
| Hex | BA | 5F | 4B | 0 | 31 | 3C | 1B | B | 2D | 33 |
| Octal | 272 | 137 | 113 | 0 | 61 | 74 | 33 | 13 | 55 | 63 |
| Binary | 10111010 | 1011111 | 1001011 | 0 | 110001 | 111100 | 11011 | 1011 | 101101 | 110011 |
Color Harmonies of #BA5F4B
Complementary color
Monochromatic Colors of #BA5F4B
Black with #BA5F4B
Text Example
Text Example
White with #BA5F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F4B; }
p { color: rgb(186,95,75); }
H1.HeaderClassName
{
color: #BA5F4B;
}
.AnyTagClassName
{
color: #BA5F4B;
}
</style>
background-color css
<style>
a { background-color: #BA5F4B; }
a { background-color: rgb(186,95,75); }
div.DivClassName
{
background-color: #BA5F4B;
}
.BgClassName
{
background-color: #BA5F4B;
}
</style>
border-color css
<style>
span { border-color: #BA5F4B; }
span { border-color: rgb(186,95,75); }
td.TdClassName
{
border-color: #BA5F4B;
}
.TagClassName
{
border-color: #BA5F4B;
}
</style>