Shades of Meteor #BA6D2B
Tints of Meteor #BA6D2B
RGB
CMYK
RGB Variations
Color information
#BA6D2B (or 0xBA6D2B) is known color: Meteor. HEX triplet: BA, 6D and 2B. RGB value is (186,109,43). Sum of RGB (Red+Green+Blue) = 186+109+43=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D2B is #4592D4. Grayscale: #7C7C7C. Windows color (decimal): -4559573 or 2846138. OLE color: 2846138.
HSL color Cylindrical-coordinate representation of color #BA6D2B: hue angle of 27.69º 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 #BA6D2B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 43 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.27 |
| HSL | 27.69º | 0.62% | 0.45% | - |
| HSV(B) | 27.69º | 0.77% | 0.73% | - |
| XYZ | 26.15 | 21.55 | 5.07 | - |
| YUV | 124.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 43 | 0 | 0.41 | 0.77 | 0.27 | 27.69 | 0.62 | 0.45 |
| Hex | BA | 6D | 2B | 0 | 29 | 4D | 1B | 1C | 3E | 2D |
| Octal | 272 | 155 | 53 | 0 | 51 | 115 | 33 | 34 | 76 | 55 |
| Binary | 10111010 | 1101101 | 101011 | 0 | 101001 | 1001101 | 11011 | 11100 | 111110 | 101101 |
Color Harmonies of #BA6D2B
Complementary color
Monochromatic Colors of #BA6D2B
Black with #BA6D2B
Text Example
Text Example
White with #BA6D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D2B; }
p { color: rgb(186,109,43); }
H1.HeaderClassName
{
color: #BA6D2B;
}
.AnyTagClassName
{
color: #BA6D2B;
}
</style>
background-color css
<style>
a { background-color: #BA6D2B; }
a { background-color: rgb(186,109,43); }
div.DivClassName
{
background-color: #BA6D2B;
}
.BgClassName
{
background-color: #BA6D2B;
}
</style>
border-color css
<style>
span { border-color: #BA6D2B; }
span { border-color: rgb(186,109,43); }
td.TdClassName
{
border-color: #BA6D2B;
}
.TagClassName
{
border-color: #BA6D2B;
}
</style>