Shades of Flame Pea #BA634D
Tints of Flame Pea #BA634D
RGB
CMYK
RGB Variations
Color information
#BA634D (or 0xBA634D) is known color: Flame Pea. HEX triplet: BA, 63 and 4D. RGB value is (186,99,77). Sum of RGB (Red+Green+Blue) = 186+99+77=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA634D is #459CB2. Grayscale: #7A7A7A. Windows color (decimal): -4562099 or 5071802. OLE color: 5071802.
HSL color Cylindrical-coordinate representation of color #BA634D: hue angle of 12.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA634D is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 77 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.27 |
| HSL | 12.11º | 0.44% | 0.52% | - |
| HSV(B) | 12.11º | 0.59% | 0.73% | - |
| XYZ | 26.05 | 19.9 | 9.49 | - |
| YUV | 122.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 77 | 0 | 0.47 | 0.59 | 0.27 | 12.11 | 0.44 | 0.52 |
| Hex | BA | 63 | 4D | 0 | 2F | 3B | 1B | C | 2C | 34 |
| Octal | 272 | 143 | 115 | 0 | 57 | 73 | 33 | 14 | 54 | 64 |
| Binary | 10111010 | 1100011 | 1001101 | 0 | 101111 | 111011 | 11011 | 1100 | 101100 | 110100 |
Color Harmonies of #BA634D
Complementary color
Monochromatic Colors of #BA634D
Black with #BA634D
Text Example
Text Example
White with #BA634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA634D; }
p { color: rgb(186,99,77); }
H1.HeaderClassName
{
color: #BA634D;
}
.AnyTagClassName
{
color: #BA634D;
}
</style>
background-color css
<style>
a { background-color: #BA634D; }
a { background-color: rgb(186,99,77); }
div.DivClassName
{
background-color: #BA634D;
}
.BgClassName
{
background-color: #BA634D;
}
</style>
border-color css
<style>
span { border-color: #BA634D; }
span { border-color: rgb(186,99,77); }
td.TdClassName
{
border-color: #BA634D;
}
.TagClassName
{
border-color: #BA634D;
}
</style>