Shades of Meteor #BA712B
Tints of Meteor #BA712B
RGB
CMYK
RGB Variations
Color information
#BA712B (or 0xBA712B) is known color: Meteor. HEX triplet: BA, 71 and 2B. RGB value is (186,113,43). Sum of RGB (Red+Green+Blue) = 186+113+43=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA712B is #458ED4. Grayscale: #7F7F7F. Windows color (decimal): -4558549 or 2847162. OLE color: 2847162.
HSL color Cylindrical-coordinate representation of color #BA712B: hue angle of 29.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA712B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 43 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.27 |
| HSL | 29.37º | 0.62% | 0.45% | - |
| HSV(B) | 29.37º | 0.77% | 0.73% | - |
| XYZ | 26.59 | 22.42 | 5.21 | - |
| YUV | 126.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 43 | 0 | 0.39 | 0.77 | 0.27 | 29.37 | 0.62 | 0.45 |
| Hex | BA | 71 | 2B | 0 | 27 | 4D | 1B | 1D | 3E | 2D |
| Octal | 272 | 161 | 53 | 0 | 47 | 115 | 33 | 35 | 76 | 55 |
| Binary | 10111010 | 1110001 | 101011 | 0 | 100111 | 1001101 | 11011 | 11101 | 111110 | 101101 |
Color Harmonies of #BA712B
Complementary color
Monochromatic Colors of #BA712B
Black with #BA712B
Text Example
Text Example
White with #BA712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA712B; }
p { color: rgb(186,113,43); }
H1.HeaderClassName
{
color: #BA712B;
}
.AnyTagClassName
{
color: #BA712B;
}
</style>
background-color css
<style>
a { background-color: #BA712B; }
a { background-color: rgb(186,113,43); }
div.DivClassName
{
background-color: #BA712B;
}
.BgClassName
{
background-color: #BA712B;
}
</style>
border-color css
<style>
span { border-color: #BA712B; }
span { border-color: rgb(186,113,43); }
td.TdClassName
{
border-color: #BA712B;
}
.TagClassName
{
border-color: #BA712B;
}
</style>