Shades of Meteor #BA7337
Tints of Meteor #BA7337
RGB
CMYK
RGB Variations
Color information
#BA7337 (or 0xBA7337) is known color: Meteor. HEX triplet: BA, 73 and 37. RGB value is (186,115,55). Sum of RGB (Red+Green+Blue) = 186+115+55=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7337 is #458CC8. Grayscale: #818181. Windows color (decimal): -4558025 or 3634106. OLE color: 3634106.
HSL color Cylindrical-coordinate representation of color #BA7337: hue angle of 27.48º 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 #BA7337 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 55 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.27 |
| HSL | 27.48º | 0.54% | 0.47% | - |
| HSV(B) | 27.48º | 0.7% | 0.73% | - |
| XYZ | 27.07 | 22.98 | 6.62 | - |
| YUV | 129.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 55 | 0 | 0.38 | 0.70 | 0.27 | 27.48 | 0.54 | 0.47 |
| Hex | BA | 73 | 37 | 0 | 26 | 46 | 1B | 1B | 36 | 2F |
| Octal | 272 | 163 | 67 | 0 | 46 | 106 | 33 | 33 | 66 | 57 |
| Binary | 10111010 | 1110011 | 110111 | 0 | 100110 | 1000110 | 11011 | 11011 | 110110 | 101111 |
Color Harmonies of #BA7337
Complementary color
Monochromatic Colors of #BA7337
Black with #BA7337
Text Example
Text Example
White with #BA7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7337; }
p { color: rgb(186,115,55); }
H1.HeaderClassName
{
color: #BA7337;
}
.AnyTagClassName
{
color: #BA7337;
}
</style>
background-color css
<style>
a { background-color: #BA7337; }
a { background-color: rgb(186,115,55); }
div.DivClassName
{
background-color: #BA7337;
}
.BgClassName
{
background-color: #BA7337;
}
</style>
border-color css
<style>
span { border-color: #BA7337; }
span { border-color: rgb(186,115,55); }
td.TdClassName
{
border-color: #BA7337;
}
.TagClassName
{
border-color: #BA7337;
}
</style>