Shades of Meteor #BA6E2D
Tints of Meteor #BA6E2D
RGB
CMYK
RGB Variations
Color information
#BA6E2D (or 0xBA6E2D) is known color: Meteor. HEX triplet: BA, 6E and 2D. RGB value is (186,110,45). Sum of RGB (Red+Green+Blue) = 186+110+45=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E2D is #4591D2. Grayscale: #7D7D7D. Windows color (decimal): -4559315 or 2977466. OLE color: 2977466.
HSL color Cylindrical-coordinate representation of color #BA6E2D: hue angle of 27.66º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA6E2D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 45 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.27 |
| HSL | 27.66º | 0.61% | 0.45% | - |
| HSV(B) | 27.66º | 0.76% | 0.73% | - |
| XYZ | 26.3 | 21.78 | 5.3 | - |
| YUV | 125.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 45 | 0 | 0.41 | 0.76 | 0.27 | 27.66 | 0.61 | 0.45 |
| Hex | BA | 6E | 2D | 0 | 29 | 4C | 1B | 1C | 3D | 2D |
| Octal | 272 | 156 | 55 | 0 | 51 | 114 | 33 | 34 | 75 | 55 |
| Binary | 10111010 | 1101110 | 101101 | 0 | 101001 | 1001100 | 11011 | 11100 | 111101 | 101101 |
Color Harmonies of #BA6E2D
Complementary color
Monochromatic Colors of #BA6E2D
Black with #BA6E2D
Text Example
Text Example
White with #BA6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E2D; }
p { color: rgb(186,110,45); }
H1.HeaderClassName
{
color: #BA6E2D;
}
.AnyTagClassName
{
color: #BA6E2D;
}
</style>
background-color css
<style>
a { background-color: #BA6E2D; }
a { background-color: rgb(186,110,45); }
div.DivClassName
{
background-color: #BA6E2D;
}
.BgClassName
{
background-color: #BA6E2D;
}
</style>
border-color css
<style>
span { border-color: #BA6E2D; }
span { border-color: rgb(186,110,45); }
td.TdClassName
{
border-color: #BA6E2D;
}
.TagClassName
{
border-color: #BA6E2D;
}
</style>