Shades of Flame Pea #BA6553
Tints of Flame Pea #BA6553
RGB
CMYK
RGB Variations
Color information
#BA6553 (or 0xBA6553) is known color: Flame Pea. HEX triplet: BA, 65 and 53. RGB value is (186,101,83). Sum of RGB (Red+Green+Blue) = 186+101+83=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6553 is #459AAC. Grayscale: #7C7C7C. Windows color (decimal): -4561581 or 5465530. OLE color: 5465530.
HSL color Cylindrical-coordinate representation of color #BA6553: hue angle of 10.49º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6553 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 83 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.27 |
| HSL | 10.49º | 0.43% | 0.53% | - |
| HSV(B) | 10.49º | 0.55% | 0.73% | - |
| XYZ | 26.46 | 20.37 | 10.72 | - |
| YUV | 124.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 83 | 0 | 0.46 | 0.55 | 0.27 | 10.49 | 0.43 | 0.53 |
| Hex | BA | 65 | 53 | 0 | 2E | 37 | 1B | A | 2B | 35 |
| Octal | 272 | 145 | 123 | 0 | 56 | 67 | 33 | 12 | 53 | 65 |
| Binary | 10111010 | 1100101 | 1010011 | 0 | 101110 | 110111 | 11011 | 1010 | 101011 | 110101 |
Color Harmonies of #BA6553
Complementary color
Monochromatic Colors of #BA6553
Black with #BA6553
Text Example
Text Example
White with #BA6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6553; }
p { color: rgb(186,101,83); }
H1.HeaderClassName
{
color: #BA6553;
}
.AnyTagClassName
{
color: #BA6553;
}
</style>
background-color css
<style>
a { background-color: #BA6553; }
a { background-color: rgb(186,101,83); }
div.DivClassName
{
background-color: #BA6553;
}
.BgClassName
{
background-color: #BA6553;
}
</style>
border-color css
<style>
span { border-color: #BA6553; }
span { border-color: rgb(186,101,83); }
td.TdClassName
{
border-color: #BA6553;
}
.TagClassName
{
border-color: #BA6553;
}
</style>