Shades of Meteor #BA7C37
Tints of Meteor #BA7C37
RGB
CMYK
RGB Variations
Color information
#BA7C37 (or 0xBA7C37) is known color: Meteor. HEX triplet: BA, 7C and 37. RGB value is (186,124,55). Sum of RGB (Red+Green+Blue) = 186+124+55=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C37 is #4583C8. Grayscale: #878787. Windows color (decimal): -4555721 or 3636410. OLE color: 3636410.
HSL color Cylindrical-coordinate representation of color #BA7C37: hue angle of 31.6º 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 #BA7C37 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 55 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.27 |
| HSL | 31.6º | 0.54% | 0.47% | - |
| HSV(B) | 31.6º | 0.7% | 0.73% | - |
| XYZ | 28.15 | 25.13 | 6.98 | - |
| YUV | 134.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 55 | 0 | 0.33 | 0.70 | 0.27 | 31.6 | 0.54 | 0.47 |
| Hex | BA | 7C | 37 | 0 | 21 | 46 | 1B | 20 | 36 | 2F |
| Octal | 272 | 174 | 67 | 0 | 41 | 106 | 33 | 40 | 66 | 57 |
| Binary | 10111010 | 1111100 | 110111 | 0 | 100001 | 1000110 | 11011 | 100000 | 110110 | 101111 |
Color Harmonies of #BA7C37
Complementary color
Monochromatic Colors of #BA7C37
Black with #BA7C37
Text Example
Text Example
White with #BA7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C37; }
p { color: rgb(186,124,55); }
H1.HeaderClassName
{
color: #BA7C37;
}
.AnyTagClassName
{
color: #BA7C37;
}
</style>
background-color css
<style>
a { background-color: #BA7C37; }
a { background-color: rgb(186,124,55); }
div.DivClassName
{
background-color: #BA7C37;
}
.BgClassName
{
background-color: #BA7C37;
}
</style>
border-color css
<style>
span { border-color: #BA7C37; }
span { border-color: rgb(186,124,55); }
td.TdClassName
{
border-color: #BA7C37;
}
.TagClassName
{
border-color: #BA7C37;
}
</style>