Shades of Flame Pea #BA6548
Tints of Flame Pea #BA6548
RGB
CMYK
RGB Variations
Color information
#BA6548 (or 0xBA6548) is known color: Flame Pea. HEX triplet: BA, 65 and 48. RGB value is (186,101,72). Sum of RGB (Red+Green+Blue) = 186+101+72=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6548 is #459AB7. Grayscale: #7B7B7B. Windows color (decimal): -4561592 or 4744634. OLE color: 4744634.
HSL color Cylindrical-coordinate representation of color #BA6548: hue angle of 15.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA6548 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 72 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.27 |
| HSL | 15.26º | 0.45% | 0.51% | - |
| HSV(B) | 15.26º | 0.61% | 0.73% | - |
| XYZ | 26.07 | 20.21 | 8.66 | - |
| YUV | 123.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 72 | 0 | 0.46 | 0.61 | 0.27 | 15.26 | 0.45 | 0.51 |
| Hex | BA | 65 | 48 | 0 | 2E | 3D | 1B | F | 2D | 33 |
| Octal | 272 | 145 | 110 | 0 | 56 | 75 | 33 | 17 | 55 | 63 |
| Binary | 10111010 | 1100101 | 1001000 | 0 | 101110 | 111101 | 11011 | 1111 | 101101 | 110011 |
Color Harmonies of #BA6548
Complementary color
Monochromatic Colors of #BA6548
Black with #BA6548
Text Example
Text Example
White with #BA6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6548; }
p { color: rgb(186,101,72); }
H1.HeaderClassName
{
color: #BA6548;
}
.AnyTagClassName
{
color: #BA6548;
}
</style>
background-color css
<style>
a { background-color: #BA6548; }
a { background-color: rgb(186,101,72); }
div.DivClassName
{
background-color: #BA6548;
}
.BgClassName
{
background-color: #BA6548;
}
</style>
border-color css
<style>
span { border-color: #BA6548; }
span { border-color: rgb(186,101,72); }
td.TdClassName
{
border-color: #BA6548;
}
.TagClassName
{
border-color: #BA6548;
}
</style>