Shades of Meteor #BA7A37
Tints of Meteor #BA7A37
RGB
CMYK
RGB Variations
Color information
#BA7A37 (or 0xBA7A37) is known color: Meteor. HEX triplet: BA, 7A and 37. RGB value is (186,122,55). Sum of RGB (Red+Green+Blue) = 186+122+55=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A37 is #4585C8. Grayscale: #858585. Windows color (decimal): -4556233 or 3635898. OLE color: 3635898.
HSL color Cylindrical-coordinate representation of color #BA7A37: hue angle of 30.69º 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 #BA7A37 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 55 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.27 |
| HSL | 30.69º | 0.54% | 0.47% | - |
| HSV(B) | 30.69º | 0.7% | 0.73% | - |
| XYZ | 27.9 | 24.63 | 6.9 | - |
| YUV | 133.5 | 83.7 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 55 | 0 | 0.34 | 0.70 | 0.27 | 30.69 | 0.54 | 0.47 |
| Hex | BA | 7A | 37 | 0 | 22 | 46 | 1B | 1F | 36 | 2F |
| Octal | 272 | 172 | 67 | 0 | 42 | 106 | 33 | 37 | 66 | 57 |
| Binary | 10111010 | 1111010 | 110111 | 0 | 100010 | 1000110 | 11011 | 11111 | 110110 | 101111 |
Color Harmonies of #BA7A37
Complementary color
Monochromatic Colors of #BA7A37
Black with #BA7A37
Text Example
Text Example
White with #BA7A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A37; }
p { color: rgb(186,122,55); }
H1.HeaderClassName
{
color: #BA7A37;
}
.AnyTagClassName
{
color: #BA7A37;
}
</style>
background-color css
<style>
a { background-color: #BA7A37; }
a { background-color: rgb(186,122,55); }
div.DivClassName
{
background-color: #BA7A37;
}
.BgClassName
{
background-color: #BA7A37;
}
</style>
border-color css
<style>
span { border-color: #BA7A37; }
span { border-color: rgb(186,122,55); }
td.TdClassName
{
border-color: #BA7A37;
}
.TagClassName
{
border-color: #BA7A37;
}
</style>