Shades of Flame Pea #BA674B
Tints of Flame Pea #BA674B
RGB
CMYK
RGB Variations
Color information
#BA674B (or 0xBA674B) is known color: Flame Pea. HEX triplet: BA, 67 and 4B. RGB value is (186,103,75). Sum of RGB (Red+Green+Blue) = 186+103+75=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA674B is #4598B4. Grayscale: #7C7C7C. Windows color (decimal): -4561077 or 4941754. OLE color: 4941754.
HSL color Cylindrical-coordinate representation of color #BA674B: hue angle of 15.14º 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 #BA674B is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 75 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.27 |
| HSL | 15.14º | 0.45% | 0.51% | - |
| HSV(B) | 15.14º | 0.6% | 0.73% | - |
| XYZ | 26.37 | 20.65 | 9.25 | - |
| YUV | 124.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 75 | 0 | 0.45 | 0.60 | 0.27 | 15.14 | 0.45 | 0.51 |
| Hex | BA | 67 | 4B | 0 | 2D | 3C | 1B | F | 2D | 33 |
| Octal | 272 | 147 | 113 | 0 | 55 | 74 | 33 | 17 | 55 | 63 |
| Binary | 10111010 | 1100111 | 1001011 | 0 | 101101 | 111100 | 11011 | 1111 | 101101 | 110011 |
Color Harmonies of #BA674B
Complementary color
Monochromatic Colors of #BA674B
Black with #BA674B
Text Example
Text Example
White with #BA674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA674B; }
p { color: rgb(186,103,75); }
H1.HeaderClassName
{
color: #BA674B;
}
.AnyTagClassName
{
color: #BA674B;
}
</style>
background-color css
<style>
a { background-color: #BA674B; }
a { background-color: rgb(186,103,75); }
div.DivClassName
{
background-color: #BA674B;
}
.BgClassName
{
background-color: #BA674B;
}
</style>
border-color css
<style>
span { border-color: #BA674B; }
span { border-color: rgb(186,103,75); }
td.TdClassName
{
border-color: #BA674B;
}
.TagClassName
{
border-color: #BA674B;
}
</style>