Shades of Meteor #BA6D27
Tints of Meteor #BA6D27
RGB
CMYK
RGB Variations
Color information
#BA6D27 (or 0xBA6D27) is known color: Meteor. HEX triplet: BA, 6D and 27. RGB value is (186,109,39). Sum of RGB (Red+Green+Blue) = 186+109+39=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D27 is #4592D8. Grayscale: #7C7C7C. Windows color (decimal): -4559577 or 2583994. OLE color: 2583994.
HSL color Cylindrical-coordinate representation of color #BA6D27: hue angle of 28.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA6D27 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 39 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.27 |
| HSL | 28.57º | 0.65% | 0.44% | - |
| HSV(B) | 28.57º | 0.79% | 0.73% | - |
| XYZ | 26.08 | 21.52 | 4.7 | - |
| YUV | 124.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 39 | 0 | 0.41 | 0.79 | 0.27 | 28.57 | 0.65 | 0.44 |
| Hex | BA | 6D | 27 | 0 | 29 | 4F | 1B | 1D | 41 | 2C |
| Octal | 272 | 155 | 47 | 0 | 51 | 117 | 33 | 35 | 101 | 54 |
| Binary | 10111010 | 1101101 | 100111 | 0 | 101001 | 1001111 | 11011 | 11101 | 1000001 | 101100 |
Color Harmonies of #BA6D27
Complementary color
Monochromatic Colors of #BA6D27
Black with #BA6D27
Text Example
Text Example
White with #BA6D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D27; }
p { color: rgb(186,109,39); }
H1.HeaderClassName
{
color: #BA6D27;
}
.AnyTagClassName
{
color: #BA6D27;
}
</style>
background-color css
<style>
a { background-color: #BA6D27; }
a { background-color: rgb(186,109,39); }
div.DivClassName
{
background-color: #BA6D27;
}
.BgClassName
{
background-color: #BA6D27;
}
</style>
border-color css
<style>
span { border-color: #BA6D27; }
span { border-color: rgb(186,109,39); }
td.TdClassName
{
border-color: #BA6D27;
}
.TagClassName
{
border-color: #BA6D27;
}
</style>