Shades of Flame Pea #BA553F
Tints of Flame Pea #BA553F
RGB
CMYK
RGB Variations
Color information
#BA553F (or 0xBA553F) is known color: Flame Pea. HEX triplet: BA, 55 and 3F. RGB value is (186,85,63). Sum of RGB (Red+Green+Blue) = 186+85+63=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA553F is #45AAC0. Grayscale: #707070. Windows color (decimal): -4565697 or 4150714. OLE color: 4150714.
HSL color Cylindrical-coordinate representation of color #BA553F: hue angle of 10.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA553F is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 63 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.27 |
| HSL | 10.73º | 0.49% | 0.49% | - |
| HSV(B) | 10.73º | 0.66% | 0.73% | - |
| XYZ | 24.4 | 17.29 | 6.76 | - |
| YUV | 112.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 63 | 0 | 0.54 | 0.66 | 0.27 | 10.73 | 0.49 | 0.49 |
| Hex | BA | 55 | 3F | 0 | 36 | 42 | 1B | B | 31 | 31 |
| Octal | 272 | 125 | 77 | 0 | 66 | 102 | 33 | 13 | 61 | 61 |
| Binary | 10111010 | 1010101 | 111111 | 0 | 110110 | 1000010 | 11011 | 1011 | 110001 | 110001 |
Color Harmonies of #BA553F
Complementary color
Monochromatic Colors of #BA553F
Black with #BA553F
Text Example
Text Example
White with #BA553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA553F; }
p { color: rgb(186,85,63); }
H1.HeaderClassName
{
color: #BA553F;
}
.AnyTagClassName
{
color: #BA553F;
}
</style>
background-color css
<style>
a { background-color: #BA553F; }
a { background-color: rgb(186,85,63); }
div.DivClassName
{
background-color: #BA553F;
}
.BgClassName
{
background-color: #BA553F;
}
</style>
border-color css
<style>
span { border-color: #BA553F; }
span { border-color: rgb(186,85,63); }
td.TdClassName
{
border-color: #BA553F;
}
.TagClassName
{
border-color: #BA553F;
}
</style>