Shades of Flame Pea #BA654C
Tints of Flame Pea #BA654C
RGB
CMYK
RGB Variations
Color information
#BA654C (or 0xBA654C) is known color: Flame Pea. HEX triplet: BA, 65 and 4C. RGB value is (186,101,76). Sum of RGB (Red+Green+Blue) = 186+101+76=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA654C is #459AB3. Grayscale: #7B7B7B. Windows color (decimal): -4561588 or 5006778. OLE color: 5006778.
HSL color Cylindrical-coordinate representation of color #BA654C: hue angle of 13.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA654C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 76 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.27 |
| HSL | 13.64º | 0.44% | 0.51% | - |
| HSV(B) | 13.64º | 0.59% | 0.73% | - |
| XYZ | 26.21 | 20.27 | 9.37 | - |
| YUV | 123.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 76 | 0 | 0.46 | 0.59 | 0.27 | 13.64 | 0.44 | 0.51 |
| Hex | BA | 65 | 4C | 0 | 2E | 3B | 1B | E | 2C | 33 |
| Octal | 272 | 145 | 114 | 0 | 56 | 73 | 33 | 16 | 54 | 63 |
| Binary | 10111010 | 1100101 | 1001100 | 0 | 101110 | 111011 | 11011 | 1110 | 101100 | 110011 |
Color Harmonies of #BA654C
Complementary color
Monochromatic Colors of #BA654C
Black with #BA654C
Text Example
Text Example
White with #BA654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA654C; }
p { color: rgb(186,101,76); }
H1.HeaderClassName
{
color: #BA654C;
}
.AnyTagClassName
{
color: #BA654C;
}
</style>
background-color css
<style>
a { background-color: #BA654C; }
a { background-color: rgb(186,101,76); }
div.DivClassName
{
background-color: #BA654C;
}
.BgClassName
{
background-color: #BA654C;
}
</style>
border-color css
<style>
span { border-color: #BA654C; }
span { border-color: rgb(186,101,76); }
td.TdClassName
{
border-color: #BA654C;
}
.TagClassName
{
border-color: #BA654C;
}
</style>