Shades of Meteor #BA6F37
Tints of Meteor #BA6F37
RGB
CMYK
RGB Variations
Color information
#BA6F37 (or 0xBA6F37) is known color: Meteor. HEX triplet: BA, 6F and 37. RGB value is (186,111,55). Sum of RGB (Red+Green+Blue) = 186+111+55=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F37 is #4590C8. Grayscale: #7F7F7F. Windows color (decimal): -4559049 or 3633082. OLE color: 3633082.
HSL color Cylindrical-coordinate representation of color #BA6F37: hue angle of 25.65º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA6F37 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 55 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.27 |
| HSL | 25.65º | 0.54% | 0.47% | - |
| HSV(B) | 25.65º | 0.7% | 0.73% | - |
| XYZ | 26.62 | 22.08 | 6.47 | - |
| YUV | 127.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 55 | 0 | 0.40 | 0.70 | 0.27 | 25.65 | 0.54 | 0.47 |
| Hex | BA | 6F | 37 | 0 | 28 | 46 | 1B | 1A | 36 | 2F |
| Octal | 272 | 157 | 67 | 0 | 50 | 106 | 33 | 32 | 66 | 57 |
| Binary | 10111010 | 1101111 | 110111 | 0 | 101000 | 1000110 | 11011 | 11010 | 110110 | 101111 |
Color Harmonies of #BA6F37
Complementary color
Monochromatic Colors of #BA6F37
Black with #BA6F37
Text Example
Text Example
White with #BA6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F37; }
p { color: rgb(186,111,55); }
H1.HeaderClassName
{
color: #BA6F37;
}
.AnyTagClassName
{
color: #BA6F37;
}
</style>
background-color css
<style>
a { background-color: #BA6F37; }
a { background-color: rgb(186,111,55); }
div.DivClassName
{
background-color: #BA6F37;
}
.BgClassName
{
background-color: #BA6F37;
}
</style>
border-color css
<style>
span { border-color: #BA6F37; }
span { border-color: rgb(186,111,55); }
td.TdClassName
{
border-color: #BA6F37;
}
.TagClassName
{
border-color: #BA6F37;
}
</style>