Shades of Meteor #BA6D2F
Tints of Meteor #BA6D2F
RGB
CMYK
RGB Variations
Color information
#BA6D2F (or 0xBA6D2F) is known color: Meteor. HEX triplet: BA, 6D and 2F. RGB value is (186,109,47). Sum of RGB (Red+Green+Blue) = 186+109+47=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D2F is #4592D0. Grayscale: #7D7D7D. Windows color (decimal): -4559569 or 3108282. OLE color: 3108282.
HSL color Cylindrical-coordinate representation of color #BA6D2F: hue angle of 26.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA6D2F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 47 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.27 |
| HSL | 26.76º | 0.6% | 0.46% | - |
| HSV(B) | 26.76º | 0.75% | 0.73% | - |
| XYZ | 26.23 | 21.58 | 5.47 | - |
| YUV | 124.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 47 | 0 | 0.41 | 0.75 | 0.27 | 26.76 | 0.6 | 0.46 |
| Hex | BA | 6D | 2F | 0 | 29 | 4B | 1B | 1B | 3C | 2E |
| Octal | 272 | 155 | 57 | 0 | 51 | 113 | 33 | 33 | 74 | 56 |
| Binary | 10111010 | 1101101 | 101111 | 0 | 101001 | 1001011 | 11011 | 11011 | 111100 | 101110 |
Color Harmonies of #BA6D2F
Complementary color
Monochromatic Colors of #BA6D2F
Black with #BA6D2F
Text Example
Text Example
White with #BA6D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D2F; }
p { color: rgb(186,109,47); }
H1.HeaderClassName
{
color: #BA6D2F;
}
.AnyTagClassName
{
color: #BA6D2F;
}
</style>
background-color css
<style>
a { background-color: #BA6D2F; }
a { background-color: rgb(186,109,47); }
div.DivClassName
{
background-color: #BA6D2F;
}
.BgClassName
{
background-color: #BA6D2F;
}
</style>
border-color css
<style>
span { border-color: #BA6D2F; }
span { border-color: rgb(186,109,47); }
td.TdClassName
{
border-color: #BA6D2F;
}
.TagClassName
{
border-color: #BA6D2F;
}
</style>